aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-03-23 21:03:03 +0000
committerbloodstalker <thabogre@gmail.com>2020-03-23 21:03:03 +0000
commitca68569f80e97b951612ec849462b15b75310922 (patch)
tree9b47077d4fac9ddc66d9c0977cc64a1931e3366d /makefile
parentupdate (diff)
downloadcgrep-ca68569f80e97b951612ec849462b15b75310922.tar.gz
cgrep-ca68569f80e97b951612ec849462b15b75310922.zip
update
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