/[james]/factorcss/makefile
ViewVC logotype

Diff of /factorcss/makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 61 by james, Sun Dec 19 22:10:41 2004 UTC revision 68 by james, Sat Jan 1 13:37:34 2005 UTC
# Line 1  Line 1 
1    #
2    # This file is part of FactorCSS
3    # Licensed under the MIT License,
4    #                http://www.opensource.org/licenses/mit-license
5    # Copyright 2004 James Bursa <james@semichrome.net>
6    #
7    
8  factorcss: Tokeniser.hs Parser.hs CSS.hs FactorCSS.hs  factorcss: Tokeniser.hs Parser.hs CSS.hs FactorCSS.hs
9          ghc -o $@ --make FactorCSS.hs          ghc -o $@ --make FactorCSS.hs
10    
# Line 5  Tokeniser.hs: Tokeniser.x Line 12  Tokeniser.hs: Tokeniser.x
12          alex -g $<          alex -g $<
13    
14  Parser.hs: Parser.y  Parser.hs: Parser.y
15          happy -i -g $<          happy -g $<
16    
17    clean:
18            -rm *.o *.hi Tokeniser.hs Parser.hs factorcss

Legend:
Removed from v.61  
changed lines
  Added in v.68

  ViewVC Help
Powered by ViewVC 1.1.26