source:
liacs/alg/solitaire/Makefile@
2
Last change on this file since 2 was 2, checked in by , 15 years ago | |
---|---|
|
|
File size: 113 bytes |
Line | |
---|---|
1 | all: main.o |
2 | g++ -g -Wall main.o -o solitaire |
3 | main.o: |
4 | g++ -g -Wall -c main.cc |
5 | clean: |
6 | rm *.core *.o solitaire |
7 |
Note:
See TracBrowser
for help on using the repository browser.