better-enums/test/Makefile
2015-06-05 21:57:33 -05:00

16 lines
206 B
Makefile

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