Tuesday, October 19, 2010

Sample make File

myprogram:
g++ stack.c -o stack.exe
g++ revfile.c -o revfile.exe
clean:
rm -rf *.o *.exe

No comments:

Post a Comment