source: liacs/alg/bantumi/branches/makefile@ 46

Last change on this file since 46 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: 324 bytes
Line 
1all: spel1 spel2 spel3
2 cat README
3spel1: spel1.o
4 g++ -Wall spel1.o -o bantumi1
5spel2: spel2.o
6 g++ -Wall spel2.o -o bantumi2
7spel3: spel3.o
8 g++ -Wall spel3.o -o bantumi3
9spel1.o:
10 g++ -Wall -c spel1.cc
11spel2.o:
12 g++ -Wall -c spel2.cc
13spel3.o:
14 g++ -Wall -c spel3.cc
15clean:
16 rm -f *.o *.core bantumi[0-9]
Note: See TracBrowser for help on using the repository browser.