Skip to content

Commit 49c5198

Browse files
committed
Tools depend on common.h by default
1 parent b52b44f commit 49c5198

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@ all: $(tools)
1515
clean:
1616
$(RM) $(tools)
1717

18-
gfx: common.h
19-
scan_includes: common.h
20-
21-
%: %.c
18+
%: %.c common.h
2219
$(CC) $(CFLAGS) -o $@ $<

0 commit comments

Comments
 (0)