]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - examples/Makefile
Makefiles
[Lucu.git] / examples / Makefile
diff --git a/examples/Makefile b/examples/Makefile
new file mode 100644 (file)
index 0000000..e1c2c5a
--- /dev/null
@@ -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