File: Makefile

package info (click to toggle)
libcap2 1%3A2.75-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,068 kB
  • sloc: ansic: 9,181; sh: 1,138; makefile: 812; cpp: 45; asm: 16
file content (3 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (3)
1
2
3
.PHONY: all clean
all clean:
	for x in bug* ; do $(MAKE) -C $$x $@ || exit 1 ; done