CC = gcc
CFLAGS = -ffast-math -fexpensive-optimizations -O3 -ansi -Wall -pedantic


uxcook:
	$(CC) $(CFLAGS) \
	    uxcook.c -o uxcook
