summaryrefslogtreecommitdiffstats
path: root/runtime/stpd/Makefile
blob: 0c41c439cd3a90b856e97a90c9f5e17d1137c514 (plain)
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 *~