File: Makefile

package info (click to toggle)
tinyobjloader 2.0.0~rc13%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,524 kB
  • sloc: cpp: 7,030; python: 120; sh: 57; makefile: 45
file content (7 lines) | stat: -rw-r--r-- 72 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
all:
	cd .. && python -m pip install .

t:
	python sample.py

.PHONY: t