CC = gcc

CFLAGS = -O2 -Wall
LDLIBS = -lsocket

all: sinetd

sinetd: sinetd.o
