/[james]/factorcss/makefile
ViewVC logotype

Annotation of /factorcss/makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 68 - (hide annotations) (download)
Sat Jan 1 13:37:34 2005 UTC (19 years, 4 months ago) by james
File size: 401 byte(s)
Add clean target.

1 james 63 #
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 james 61 factorcss: Tokeniser.hs Parser.hs CSS.hs FactorCSS.hs
9     ghc -o $@ --make FactorCSS.hs
10    
11     Tokeniser.hs: Tokeniser.x
12     alex -g $<
13    
14     Parser.hs: Parser.y
15 james 68 happy -g $<
16    
17     clean:
18     -rm *.o *.hi Tokeniser.hs Parser.hs factorcss

  ViewVC Help
Powered by ViewVC 1.1.26