Parent Directory
|
Revision Log
Add an overview and file headers.
| 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 |
| 9 | ghc -o $@ --make FactorCSS.hs |
| 10 | |
| 11 | Tokeniser.hs: Tokeniser.x |
| 12 | alex -g $< |
| 13 | |
| 14 | Parser.hs: Parser.y |
| 15 | happy -i -g $< |
| ViewVC Help | |
| Powered by ViewVC 1.1.26 |