summaryrefslogtreecommitdiff
path: root/Makefile
blob: 52e0f513860c30a5dca53800d1cde4ead49c702f (plain)
1
2
3
4
5
tapls: tapls.c
	$(CC) -o tapls tapls.c

clean:
	rm -f tapls