summaryrefslogtreecommitdiff
path: root/Makefile
blob: 0385a6697053bbc55b3dae2957acd173f8630508 (plain)
1
2
3
4
5
6
7
SHELL = /bin/sh

all:
	./demo/template.py build

clean:
	rm -rf build