File: Makefile

package info (click to toggle)
tinyobjloader 2.0.0~rc10%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,344 kB
  • sloc: cpp: 6,865; python: 89; makefile: 42; sh: 31
file content (7 lines) | stat: -rw-r--r-- 72 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
all:
	cd .. && python -m pip install .

t:
	python sample.py

.PHONY: t