diff --git a/Makefile b/Makefile index 46d2175..27b5a9a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,3 @@ -# This makefile should work for both GNU and BSD Make I think... - SRCDIR = ./compiler COMPILER_SRCS != find $(SRCDIR) -type f -name '*.c' COMPILER_OBJS := $(COMPILER_SRCS:.c=.o)