File: Makefile

package info (click to toggle)
debmake 3.5.11
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 408 kB
  • ctags: 22
  • sloc: sh: 763; makefile: 217
file content (13 lines) | stat: -rw-r--r-- 285 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# This makefile is really small. Most of the
# intelligence is in debian/debstd

all:

clean:
	-rm -f build

install:	
	install -d $(DESTDIR)/usr/bin
	install deb-make debstd checkbash $(DESTDIR)/usr/bin
	install -d $(DESTDIR)/usr/lib/deb-make
	cp -r lib/* $(DESTDIR)/usr/lib/deb-make