diff options
author | bloodstalker <thabogre@gmail.com> | 2018-04-08 06:28:07 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-04-08 06:28:07 +0000 |
commit | adc7bcd0697131e1067763e9d1b96d6ece6f1e9f (patch) | |
tree | b065ea10ccd4dbe3c91454ed588a2d81953c0426 /bruiser/makefile | |
parent | added some more features, a lil bit closer to getting the nested function cal... (diff) | |
download | mutator-adc7bcd0697131e1067763e9d1b96d6ece6f1e9f.tar.gz mutator-adc7bcd0697131e1067763e9d1b96d6ece6f1e9f.zip |
added some more cli options to load.py. added a new test file for bruiser to see how it fares against bigger files.
Diffstat (limited to '')
-rw-r--r-- | bruiser/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/makefile b/bruiser/makefile index 31a6892..60c90c6 100644 --- a/bruiser/makefile +++ b/bruiser/makefile @@ -71,5 +71,5 @@ help: @echo 'there is help.' @echo 'all is the defualt target.' @echo 'clean runs clean.' - @echo 'deepclean will also clean the lua build' + @echo 'deepclean will also clean lua and luajit' @echo 'for a more complete and detaild list of BUILD_MODE and other things look at the main makefiles help under project root.' |