File: Makefile

package info (click to toggle)
moarvm 2024.09%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 43,548 kB
  • sloc: cpp: 378,682; ansic: 293,618; perl: 8,274; java: 2,682; python: 1,296; makefile: 816; sh: 292
file content (7 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
all:
	scons debug=1

test:
	./run_tests --list | tr -d '<' | xargs ./run_tests

.PHONY: test all