mirror of
https://github.com/ggrandou/abootimg.git
synced 2024-12-03 23:05:42 +08:00
15 lines
422 B
Makefile
Executable File
15 lines
422 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
include /usr/share/cdbs/1/class/makefile.mk
|
|
|
|
binary-install/abootimg::
|
|
dh_installman $(CURDIR)/debian/abootimg.1
|
|
install $(CURDIR)/abootimg $(CURDIR)/debian/abootimg/usr/bin
|
|
install $(CURDIR)/pack-initrd $(CURDIR)/debian/abootimg/usr/bin
|
|
install $(CURDIR)/unpack-initrd $(CURDIR)/debian/abootimg/usr/bin
|
|
|
|
clean::
|
|
rm -rf files/agtl.egg-info
|
|
rm -rf tmp
|