+ GUI: move control wrapper classes to a separate set of files
[calf.git] / bigbull / Makefile
blob9099ab90f86bd58f0410951b1014a8f8f6377bac
1 all: calfpytools.cpp ttl.cpp ttl.h Makefile setup.py ttldata.h
2 python setup.py build
4 ttl.h ttl.cpp: ttl.l Makefile ttldata.h
5 flex --batch --nodefault --c++ -o ttl.cpp --header-file=ttl.h ttl.l
7 install:
8 python setup.py install