]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Makefile
data/mime.types
[Lucu.git] / Makefile
index 80beeebd03181c74791cd3fda1911ac2bfa7d1f0..39dd65c69b739ebaacdf90d332ff70bba690c3ac 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,4 +19,7 @@ clean:
        rm -rf dist Setup Setup.o Setup.hi .setup-config
        find . -name '*~' -exec rm -f {} \;
 
-.PHONY: run build clean
\ No newline at end of file
+install: build
+       ./Setup install
+
+.PHONY: run build clean install
\ No newline at end of file