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