diff options
author | bloodstalker <thabogre@gmail.com> | 2018-01-20 00:11:24 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-01-20 00:11:24 +0000 |
commit | 6fb05b832ff4937572e75ca2ecd9efc84de910ea (patch) | |
tree | 12141a2f09de22448e742009325fe039419ac602 /safercpp | |
parent | update (diff) | |
download | mutator-6fb05b832ff4937572e75ca2ecd9efc84de910ea.tar.gz mutator-6fb05b832ff4937572e75ca2ecd9efc84de910ea.zip |
update
Diffstat (limited to 'safercpp')
-rw-r--r-- | safercpp/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/safercpp/makefile b/safercpp/makefile index cd5a0b8..5c5791f 100644 --- a/safercpp/makefile +++ b/safercpp/makefile @@ -12,7 +12,7 @@ endif ######################################RULES#################################### .DEFAULT: all -.PHONY: all clean help $(SFCPP01) +.PHONY: all clean help all: $(SFCPP01) |