Statistics
| Branch: | Tag: | Revision:

root / src / Makefile @ dd4c56ed

History | View | Annotate | Download (220 Bytes)

1
all: hn1 hbal
2

    
3
hn1:
4
	ghc --make -O2 -W hn1
5

    
6
hbal:
7
	ghc --make -O2 -W hbal
8

    
9
clean:
10
	rm -f *.o *.cmi *.cmo *.cmx *.old hn1 zn1 *.prof *.ps *.stat *.aux \
11
        gmon.out *.hi README.html TAGS
12

    
13
.PHONY : all clean hn1 hbal