aboutsummaryrefslogtreecommitdiff
path: root/makefile
blob: 3446912bd49f3945a46c3c682f0f908869cdd4a5 (plain)
1
2
3
4
5
6
7
all:
	mkdir out
	node .

clean:
	rm -r out