Makefile
author lbatlle@npdl268.bpo.hp.com
Fri, 23 Mar 2007 14:34:16 +0100
changeset 9 9acd8ae3190c
parent 8 03339adb7014
child 14 412693aae0a0
permissions -rw-r--r--
First usable version!
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
8
03339adb7014 Some more code for execution.
viric@llimona
parents: 3
diff changeset
     2
test: main.o server.o server_start.o client.o msgdump.o jobs.o execute.o
1
74928e2b27f4 Honta versio de ia strukturo.
viric@llimona
parents:
diff changeset
     3
	gcc -o test $^