source: liacs/alg/solitaire/Makefile

Last change on this file was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

  • Property svn:executable set to *
File size: 113 bytes
Line 
1all: main.o
2 g++ -g -Wall main.o -o solitaire
3main.o:
4 g++ -g -Wall -c main.cc
5clean:
6 rm *.core *.o solitaire
7
Note: See TracBrowser for help on using the repository browser.