diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5e8d7fd --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +CFLAGS := -std=gnu99 -Wall -O3 +SRCFILES := $(wildcard *.c) +all: $(SRCFILES:.c=)