diff options
author | bloodstalker <thabogre@gmail.com> | 2018-07-21 08:40:18 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-07-21 08:40:18 +0000 |
commit | c61c7b4a33a04d5470961fc559be61e8f8cc5ef2 (patch) | |
tree | 97872a361bb92848560a37cee85b8e47fdbf396c /bruiser/makefile | |
parent | a fix for the luatablegen json file, added a new option to load.py, minor cos... (diff) | |
download | mutator-c61c7b4a33a04d5470961fc559be61e8f8cc5ef2.tar.gz mutator-c61c7b4a33a04d5470961fc559be61e8f8cc5ef2.zip |
updated the README with the mirror repo links for luatablegen, delf and dwasm
Diffstat (limited to '')
-rw-r--r-- | bruiser/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bruiser/makefile b/bruiser/makefile index b0cac30..cde4611 100644 --- a/bruiser/makefile +++ b/bruiser/makefile @@ -74,6 +74,9 @@ clean: rm .dependc $(MAKE) -C luatablegen clean +install: + mkdir $$(HOME)/.bruiser + deepclean: rm -f *.o *~ $(BRUISER) rm .depend |