diff options
Diffstat (limited to 'tools/br_ips/Makefile')
-rw-r--r-- | tools/br_ips/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/br_ips/Makefile b/tools/br_ips/Makefile index e80e2576b..d4e8dcecc 100644 --- a/tools/br_ips/Makefile +++ b/tools/br_ips/Makefile @@ -1,7 +1,10 @@ CC := gcc CFLAGS := -O3 +.PHONY: all + all: br_ips ips_patch + @: clean: rm -f br_ips ips_patch br_ips.exe ips_patch.exe |