[Fencommits] fenfire-hs: 'make install' target (calls Cabal)

Benja Fallenstein benja.fallenstein at gmail.com
Fri Mar 2 14:50:43 EET 2007


Fri Mar  2 14:50:15 EET 2007  Benja Fallenstein <benja.fallenstein at gmail.com>
  * 'make install' target (calls Cabal)
diff -rN -u old-fenfire-hs/Makefile new-fenfire-hs/Makefile
--- old-fenfire-hs/Makefile	2007-03-02 14:50:43.000000000 +0200
+++ new-fenfire-hs/Makefile	2007-03-02 14:50:43.000000000 +0200
@@ -18,7 +18,10 @@
 all: build
 
 build:
-	runghc Setup.hs build
+	runhaskell Setup.hs build
+
+install: 
+	runhaskell Setup.hs install
 
 profilable:
 	rm -f $(TARGETS)




More information about the Fencommits mailing list