Makefile

changeset 33
fd35f6cb5f28
parent 22
b48e10ca8832
equal deleted inserted replaced
32:d11a034aabfd 33:fd35f6cb5f28
6 g++ -Wall -c -o parser.o parser.cxx 6 g++ -Wall -c -o parser.o parser.cxx
7 g++ -Wall -c -o events.o events.cxx 7 g++ -Wall -c -o events.o events.cxx
8 g++ -Wall -c -o commands.o commands.cxx 8 g++ -Wall -c -o commands.o commands.cxx
9 g++ -Wall -c -o stringtable.o stringtable.cxx 9 g++ -Wall -c -o stringtable.o stringtable.cxx
10 g++ -Wall -c -o variables.o variables.cxx 10 g++ -Wall -c -o variables.o variables.cxx
11 g++ -Wall -o botc scriptreader.o objwriter.o str.o main.o parser.o events.o commands.o stringtable.o variables.o 11 g++ -Wall -c -o preprocessor.o preprocessor.cxx
12 g++ -Wall -o botc scriptreader.o objwriter.o str.o main.o parser.o events.o \
13 commands.o stringtable.o variables.o preprocessor.o
12 14
13 clean: 15 clean:
14 rm -f *.o *~ botc 16 rm -f *.o *~ botc

mercurial