mirror of
https://github.com/pfusik/xasm.git
synced 2024-12-22 00:29:15 +00:00
7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
%:
|
||
|
dh $@
|
||
|
|
||
|
override_dh_auto_install:
|
||
|
$(MAKE) DESTDIR=$$(pwd)/debian/tmp prefix=/usr install
|