diff options
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 36c643d41..4a5d51507 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -18,5 +18,6 @@ all: $(tools) clean: rm -f $(tools) +gfx md5: common.h %: %.c $(CC) $(CFLAGS) -o $@ $< |