all: test test.cpp: makecpp.py ./makecpp.py > test.cpp first100.cpp: makecpp.py ./makecpp.py | head -100 > test.cpp test: test.cpp `wx-config --cxx --cxxflags` test.cpp -o test first100: first100.cpp `wx-config --cxx --cxxflags` first100.cpp -o first100