aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index f149ec7..e5f241a 100644
--- a/makefile
+++ b/makefile
@@ -175,6 +175,9 @@ valgrind: $(TARGET)
format:
- clang-format -i $(SRCS) $(HDRS)
+install: $(TARGET)
+ ln -s ./$(TARGET) /usr/local/bin/
+
clean:
rm -f *.o *.dis *.odbg *.ocov *~ $(TARGET) $(TARGET).so $(TARGET)-static $(TARGET)-dbg $(TARGET).a $(TARGET)-cov