10 lines
158 B
Makefile
Executable file
10 lines
158 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh ${@}
|
|
|
|
override_dh_auto_clean:
|
|
$(MAKE) clean
|
|
|
|
override_dh_auto_install:
|
|
$(MAKE) DESTDIR=$(CURDIR)/debian/firmware-ast/usr install
|