Makefile
author viric@llimona
Tue, 30 May 2006 12:02:13 +0200
changeset 55 c72dbd390cf2
parent 32 bf8fdaf2661c
permissions -rw-r--r--
Now the tcp_server sends the log file. The tcp server is now shutted down by its own function call.

# GNU CC
CC=gcc
MY_CFLAGS=-Wall -ansi -pedantic -std=c99 -g
MY_LDFLAGS=

include Makefile.common