summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 648b643bc6b855399200a4168da07fe4c641431d (plain)
1
2
3
4
all:
	gcc taptoser.c -o taptoser -Wall -pedantic -MP -MD -std=gnu11 -Werror=format-security -g -O0
clean:
	rm taptoser