mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
14 lines
281 B
Makefile
14 lines
281 B
Makefile
# This makefile is really small. Most of the
|
|
# intelligence is in debian/debstd
|
|
|
|
all:
|
|
|
|
clean:
|
|
-rm build
|
|
|
|
install:
|
|
install -d $(DESTDIR)/usr/bin
|
|
install alien $(DESTDIR)/usr/bin
|
|
install -d $(DESTDIR)/usr/lib/alien $(DESTDIR)/var/lib/alien
|
|
cp -a lib/* $(DESTDIR)/usr/lib/alien
|