File: Makefile

package info (click to toggle)
minexpert2 9.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 65,916 kB
  • sloc: cpp: 27,271; javascript: 22,140; xml: 8,066; python: 214; makefile: 91; sh: 86
file content (8 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
all: 
	cd ../build-area/unix && make -j8

.PHONY: clean
clean:
	cd ../build-area/unix && make clean