File: Makefile

package info (click to toggle)
tinyobjloader 2.0.0~rc5%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,280 kB
  • sloc: cpp: 5,860; python: 113; makefile: 38; sh: 31
file content (7 lines) | stat: -rw-r--r-- 61 bytes parent folder | download
1
2
3
4
5
6
7
all:
	python setup.py build

t:
	python sample.py

.PHONY: t