diff options
| author | KyleMiles <krm504@nyu.edu> | 2018-07-16 15:56:28 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2018-07-16 15:56:28 -0400 |
| commit | f9d7cc83105d6cbfe03409c6eddbc039b0d9839c (patch) | |
| tree | 73ad748088574ad5b97c19453c01db82eb7eb78c /Makefile | |
| parent | 2c7f443ce0b3d92ea44acb440c1891344eacc6d4 (diff) | |
Fix format of strings in python/log.py
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -32,7 +32,7 @@ all: $(TARGET).a $(TARGET).a: $(OBJECTS) @mkdir -p $(TARGETDIR) $(AR) rcs $@ $^ - + %.o: %.cpp @echo " Compiling... $@ $<" $(CC) $(CFLAGS) $(INC) -c -o $@ $< @@ -86,7 +86,7 @@ environment_clean: @echo "Removing 'binaryninja' Packages..." rm -rf suite/binaryninja/ rm -rf python/examples/binaryninja/ - + @echo "Removing libs..." rm -f libbinaryninjacore.so.1 rm -f python/libbinaryninjacore.so.1 @@ -97,7 +97,7 @@ environment_clean: rm -rf python/types/ rm -rf python/plugins/ -clean: +clean: @echo " Cleaning..."; $(RM) -r *.o $(TARGETDIR) generator |
