CC=gcc
CFLAGS=-s -Os -I .
all:
	$(CC) $(CFLAGS) crypt.c crypt_util.c tripCrack.c -o ../tripCrack