summaryrefslogtreecommitdiff
blob: e8db87722895433d977426f04143dec6a94c0801 (plain)
1
2
3
4
5
6
7
8
9
10
calendar:
	javac src/*.java -d bin/

clean:
	rm -f output/*
	rm -f bin/*.class

test:
	cd bin; \
	java Calendar ../data/KNOWN_CLASSES ../data/GROUPS ../input ../output 8