File: Makefile

package info (click to toggle)
cctools 4.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,064 kB
  • sloc: ansic: 60,767; cpp: 17,608; perl: 12,363; sh: 4,369; python: 2,151; makefile: 845; yacc: 433; lex: 152; xml: 149
file content (7 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
include ../Makefile.config
include ../Makefile.rules

all test install clean:
	for p in src test; do cd $$p && $(MAKE) $@ && cd .. ; done

.PHONY: all install test clean