Tools depend on common.h by default

This commit is contained in:
Rangi42 2024-10-07 21:14:37 -04:00
parent b52b44f883
commit 49c5198d10

View file

@ -15,8 +15,5 @@ all: $(tools)
clean:
$(RM) $(tools)
gfx: common.h
scan_includes: common.h
%: %.c
%: %.c common.h
$(CC) $(CFLAGS) -o $@ $<