Raw File
Py2C.exe : Py2CMain.cpp Py2C.cpp
	g++ -std=c++11 -o Py2C.exe Py2CMain.cpp Py2C.cpp

clean:
	rm -f *.exe *.o
back to top