C and C++ programs and MySQL
Always thinking in engineering style...
Showing posts with label
sample Make File
.
Show all posts
Showing posts with label
sample Make File
.
Show all posts
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
Older Posts
Home
Subscribe to:
Posts (Atom)