From 725d97bba026e8916d928d96c77b1d6c3743a98c Mon Sep 17 00:00:00 2001 From: gramanas Date: Thu, 21 Mar 2019 16:42:34 +0200 Subject: Emacs frontend now bugfree (hopefuly) and a small bugfix with the -F option --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6bc7ad1..7c4d967 100644 --- a/Makefile +++ b/Makefile @@ -21,3 +21,9 @@ noasan: $(SRC) clean: rm -f *.o rm -f $(TARGET) + +install: $(TARGET) + @cp -v $(TARGET) /usr/local/bin/$(TARGET) + +uninstall: + @rm -v /usr/local/bin/$(TARGET) -- cgit v1.2.3