1 2 3 4 5 6 7
all: stpd stpd: stpd.c librelay.c $(CC) -Wall -O3 -o stpd stpd.c librelay.c -lpthread clean: /bin/rm -f stpd stpd.o librelay.o *~