diff --git a/Makefile b/Makefile index 62c333f..1e44a40 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,6 @@ misc.o: advent.h database.h database.o: database.h -funcs.h: database.h - compile: compile.c $(CC) $(CCFLAGS) -o $@ $<