aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 411f03cc910add1bbbb73a424a485031b8327c15 (plain)
1
2
3
4
5
6
7
8
9
10
nothing:
	true

client:
	hare run -lSDL2 client/

server:
	hare run server/

.PHONY: client server