From 74bbc61e4dd44569d7f6b5eaa1b97cd00685cfc9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 15 Oct 2011 23:52:02 +0200 Subject: some testing stuff --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5f80669..6706a43 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ all: ghc --make Main.hs -o hsbot +ghci: + ghci Main.hs clean: find . -name \*.o | xargs rm find . -name \*.hi | xargs rm -- cgit v1.2.3