Removed bogus depenency of .h on .h.

This commit is contained in:
Eric S. Raymond 2017-06-04 16:45:03 -04:00
parent 495f4afbe0
commit b0fa3ad81c

View file

@ -33,8 +33,6 @@ misc.o: advent.h database.h
database.o: database.h
funcs.h: database.h
compile: compile.c
$(CC) $(CCFLAGS) -o $@ $<