File: Makefile

package info (click to toggle)
fakeroot 0.0-17
  • links: PTS
  • area: main
  • in suites: slink
  • size: 160 kB
  • ctags: 189
  • sloc: ansic: 690; cpp: 543; makefile: 126; sh: 68
file content (12 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
all : 1

tmp     :
	rm -rf tmp
	mkdir tmp

1       : tmp
	../fakeroot --nodebian --lib `cd ..; pwd`/libfakeroot.so.0.0 -c ./tartest


clean   :
	rm -rf tmp*