diff options
Diffstat (limited to 'obfuscator')
-rw-r--r-- | obfuscator/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/obfuscator/makefile b/obfuscator/makefile index dee61e2..ccfc405 100644 --- a/obfuscator/makefile +++ b/obfuscator/makefile @@ -7,7 +7,7 @@ OBSC=obfuscator ######################################RULES#################################### .DEFAULT: all -.PHONY: all clean help $(OBSC) +.PHONY: all clean help all: $(OBSC) |