summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2019-03-21 16:42:34 +0200
committergramanas <anastasis.gramm2@gmail.com>2019-03-21 16:51:59 +0200
commit725d97bba026e8916d928d96c77b1d6c3743a98c (patch)
treec7f230824732f1d557040f9716201ba98897bc54 /Makefile
parent90dc7b2d2f19944b5be9b19175db14a7ece35c99 (diff)
downloadfcomp-725d97bba026e8916d928d96c77b1d6c3743a98c.tar.gz
fcomp-725d97bba026e8916d928d96c77b1d6c3743a98c.tar.bz2
fcomp-725d97bba026e8916d928d96c77b1d6c3743a98c.zip
Emacs frontend now bugfree (hopefuly)
and a small bugfix with the -F option
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
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)