7 lines
79 B
Makefile
Executable file
7 lines
79 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh ${@}
|
|
|
|
execute_after_dh_auto_clean:
|
|
rm -rf _release
|