File: Makefile

package info (click to toggle)
libxpertmass 1.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,316 kB
  • sloc: cpp: 53,974; xml: 2,193; python: 417; ansic: 72; sh: 54; makefile: 33
file content (8 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
all: 
	cd ../../build-area/unix && make -j1

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