More generic makefile for simple non-compliation package
This commit is contained in:
parent
b2ce8eac5d
commit
238936fb39
@ -1,2 +1,5 @@
|
||||
font-source-code-pro_%_all.deb:
|
||||
all: font-source-code-pro-deb
|
||||
|
||||
.PHONY: font-source-code-pro-deb
|
||||
font-source-code-pro-deb:
|
||||
cd src/; debuild -us -uc
|
||||
|
Loading…
Reference in New Issue
Block a user