https://github.com/geodynamics/citcoms
Revision 79bf0c0dd8d0898f75186fede6341a6bfa7ff498 authored by Rajesh Kommu on 25 June 2014, 23:18:51 UTC, committed by Rajesh Kommu on 25 June 2014, 23:18:51 UTC
1 parent 5a0eadf
Raw File
Tip revision: 79bf0c0dd8d0898f75186fede6341a6bfa7ff498 authored by Rajesh Kommu on 25 June 2014, 23:18:51 UTC
Updated Cookbook 3 in the CitcomS manual to the pure C version
Tip revision: 79bf0c0
Makefile
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