--- factorcss/makefile 2004/12/27 19:45:02 63 +++ factorcss/makefile 2005/01/01 13:37:34 68 @@ -12,4 +12,7 @@ alex -g $< Parser.hs: Parser.y - happy -i -g $< + happy -g $< + +clean: + -rm *.o *.hi Tokeniser.hs Parser.hs factorcss