X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=examples%2FMakefile;fp=examples%2FMakefile;h=e1c2c5aecc6979afd98f191bc126b3b19462e6bf;hp=0000000000000000000000000000000000000000;hb=453cecf83e146e1ec23545fb371f7b91ab6adea7;hpb=40c0d61e88920807a91b8f3c4419b08032988d76 diff --git a/examples/Makefile b/examples/Makefile new file mode 100644 index 0000000..e1c2c5a --- /dev/null +++ b/examples/Makefile @@ -0,0 +1,10 @@ +build: + ghc --make HelloWorld -threaded -fglasgow-exts -O3 + +run: build + ./HelloWorld + +clean: + rm -f HelloWorld *.hi *.o + +.PHONY: build run clean \ No newline at end of file