aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: ba6d3e85f3982eaf434a261dffd19f37411719d6 (plain)
1
2
3
4
5
poc:
	$(CC) $(CFLAGS) $@.c -lpthread -o $@

clean:
	rm -f poc