X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=Makefile;h=39dd65c69b739ebaacdf90d332ff70bba690c3ac;hp=80beeebd03181c74791cd3fda1911ac2bfa7d1f0;hb=c6b11025d1f81c668e9995e856b7bb34175230d3;hpb=1000bdc46cfe7b3ae550ff24ccea9f440f11b42a diff --git a/Makefile b/Makefile index 80beeeb..39dd65c 100644 --- 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