Makefile
changeset 9 9acd8ae3190c
parent 8 03339adb7014
child 14 412693aae0a0
equal deleted inserted replaced
8:03339adb7014 9:9acd8ae3190c
     1 CFLAGS=-g
     1 CFLAGS=-g -O0
     2 test: main.o server.o server_start.o client.o msgdump.o jobs.o execute.o
     2 test: main.o server.o server_start.o client.o msgdump.o jobs.o execute.o
     3 	gcc -o test $^
     3 	gcc -o test $^