better-enums/test/Makefile
2015-06-05 13:01:28 -05:00

14 lines
192 B
Makefile

.PHONY : default
default :
make -C ../doc examples
python test.py
.PHONY : platform
platform :
make -C ../doc examples
python test.py --all
.PHONY : clean
clean :
rm -rf platform *.obj