Skip to content

Commit

Permalink
Tools depend on common.h by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Oct 8, 2024
1 parent b52b44f commit 49c5198
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@ all: $(tools)
clean:
$(RM) $(tools)

gfx: common.h
scan_includes: common.h

%: %.c
%: %.c common.h
$(CC) $(CFLAGS) -o $@ $<

0 comments on commit 49c5198

Please sign in to comment.