Makefile
author viric@llimona
Sun, 25 Mar 2007 04:55:18 +0200
changeset 23 96fcebb68510
parent 18 af4898956964
child 30 ab88478a7e9b
permissions -rw-r--r--
More TODO for the next versions.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
9acd8ae3190c First usable version!
lbatlle@npdl268.bpo.hp.com
parents: 8
diff changeset
     1
CFLAGS=-g -O0
18
af4898956964 Now commands of any-length are accepted.
viric@llimona
parents: 14
diff changeset
     2
ts: main.o server.o server_start.o client.o msgdump.o jobs.o execute.o msg.o
14
412693aae0a0 Changing binary file from 'test' to 'ts'.
lbatlle@npdl268.bpo.hp.com
parents: 9
diff changeset
     3
	gcc -o ts $^