From: Eric S. Raymond Date: Sun, 4 Jun 2017 20:45:03 +0000 (-0400) Subject: Removed bogus depenency of .h on .h. X-Git-Tag: 1.0~11 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=b0fa3ad81c53d2287f990b31e6429456242cec97;p=open-adventure.git Removed bogus depenency of .h on .h. --- 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 $@ $<