File: Makefile

package info (click to toggle)
argyll 1.9.2%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 38,300 kB
  • sloc: ansic: 375,893; xml: 1,551; sh: 814; makefile: 602
file content (10 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
# default Makefile to invoke Jam

all::
	jam -q -fJambase -j 3

clean::
	jam -fJambase clean

install::
	jam -q -fJambase -j 3 install