added new build targets
This commit is contained in:
parent
7f325ccc8e
commit
67928354b2
|
@ -6,7 +6,13 @@ clean:
|
||||||
debconf-updatepo
|
debconf-updatepo
|
||||||
dh_clean
|
dh_clean
|
||||||
|
|
||||||
build:
|
build: build-arch build-indep
|
||||||
|
|
||||||
|
build-arch: build-stamp
|
||||||
|
|
||||||
|
build-indep: build-stamp
|
||||||
|
|
||||||
|
build-stamp:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
|
Loading…
Reference in New Issue