summaryrefslogtreecommitdiff
path: root/cesar/maximus/python/utest/Makefile
blob: bccd23c498c5c0193ee1c2b66828e5b13f56d0d3 (plain)
1
2
3
4
5
6
7
8
9
all:
	make -C ..
	make -C stationtest
	make -C prototest/fcall

clean:
	make -C .. clean
	make -C stationtest clean
	make -C prototest/fcall clean