Makefile.tcc
author viric@llimona
Fri, 16 Jun 2006 18:25:03 +0200
changeset 61 4cd174a9b698
parent 31 5161682619f7
permissions -rw-r--r--
Added the setsockopt for IPV6_V6ONLY, in order to have IPv6 and IPv4 in two different sockets for the same port.

# Tiny C
CC=tcc
MY_CFLAGS=
#MY_LDFLAGS=-static

include Makefile.common