diff options
author | bloodstalker <thabogre@gmail.com> | 2020-03-23 21:03:03 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-03-23 21:03:03 +0000 |
commit | ca68569f80e97b951612ec849462b15b75310922 (patch) | |
tree | 9b47077d4fac9ddc66d9c0977cc64a1931e3366d /makefile | |
parent | update (diff) | |
download | cgrep-ca68569f80e97b951612ec849462b15b75310922.tar.gz cgrep-ca68569f80e97b951612ec849462b15b75310922.zip |
update
Diffstat (limited to '')
-rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |