File: Makefile

package info (click to toggle)
haskell-uulib 0.9.15-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 332 kB
  • sloc: haskell: 2,751; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
test: Example.hs Scanner.hs
	ghc --make Example.hs -o test

Scanner.hs: Scanner.x
	alex -o Scanner.hs -g Scanner.x

clean:
	rm -f test Example.hi Example.o Scanner.hi Scanner.o Scanner.hs