--- factorcss/makefile	2004/12/19 22:10:41	61
+++ factorcss/makefile	2005/01/01 13:37:34	68
@@ -1,3 +1,10 @@
+#
+# This file is part of FactorCSS
+# Licensed under the MIT License,
+#                http://www.opensource.org/licenses/mit-license
+# Copyright 2004 James Bursa <james@semichrome.net>
+#
+
 factorcss: Tokeniser.hs Parser.hs CSS.hs FactorCSS.hs
 	ghc -o $@ --make FactorCSS.hs
 
@@ -5,4 +12,7 @@
 	alex -g $<
 
 Parser.hs: Parser.y
-	happy -i -g $<
+	happy -g $<
+
+clean:
+	-rm *.o *.hi Tokeniser.hs Parser.hs factorcss