File: Makefile

package info (click to toggle)
python-lua 1.0-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 200 kB
  • sloc: ansic: 1,199; python: 196; sh: 65; makefile: 16
file content (8 lines) | stat: -rw-r--r-- 101 bytes parent folder | download
1
2
3
4
5
6
7
8
all:
	python3 setup.py build

test:
	cd build/lib* && python3 < ../../test.py

clean:
	rm -rf build/