From 1d7180131cbd90c1fd8ca120bfafd96fdcce00e2 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 20 Feb 2015 13:00:21 +0100 Subject: make install: initial commit --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e07ff6f --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ + +.PHONY: all +all: + +.PHONY: clean +clean: + @find -maxdepth 1 -type f \( -name \*.o -o -name \*.hi \) -exec rm -v \{\} \; + +.PHONY: install +install: + nix-env --arg target "$$(cabal2nix .)" -f install.nix -i -- cgit v1.2.3