File: Makefile

package info (click to toggle)
mwrap 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,548 kB
  • sloc: cpp: 3,315; python: 1,850; ansic: 856; makefile: 258; lex: 233; sh: 145
file content (11 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
all:
	(cd foobar; make)
	(cd eventq; make)
	(cd eventq2; make)
	(cd zlib; make)

clean:
	(cd foobar; make clean)
	(cd eventq; make clean)
	(cd eventq2; make clean)
	(cd zlib; make clean)