/[james]/factorcss/makefile
ViewVC logotype

Contents of /factorcss/makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 61 - (show annotations) (download)
Sun Dec 19 22:10:41 2004 UTC (19 years, 4 months ago) by james
File size: 161 byte(s)
Initial version. Tokeniser, parser, and functions to output as CSS.

1 factorcss: Tokeniser.hs Parser.hs CSS.hs FactorCSS.hs
2 ghc -o $@ --make FactorCSS.hs
3
4 Tokeniser.hs: Tokeniser.x
5 alex -g $<
6
7 Parser.hs: Parser.y
8 happy -i -g $<

  ViewVC Help
Powered by ViewVC 1.1.26