summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2018-07-16 15:56:28 -0400
committerKyleMiles <krm504@nyu.edu>2018-07-16 15:56:28 -0400
commitf9d7cc83105d6cbfe03409c6eddbc039b0d9839c (patch)
tree73ad748088574ad5b97c19453c01db82eb7eb78c /Makefile
parent2c7f443ce0b3d92ea44acb440c1891344eacc6d4 (diff)
Fix format of strings in python/log.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e1576dcf..8480c05a 100644
--- a/Makefile
+++ b/Makefile
@@ -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