mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
make it so debs can be build using -jN (if there's a better way, I don't
know it)
This commit is contained in:
parent
f00e892d4e
commit
6335b7b070
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -51,7 +51,7 @@ configure-stamp:
|
||||||
build: configure-stamp changelog-stamp build-stamp
|
build: configure-stamp changelog-stamp build-stamp
|
||||||
build-stamp:
|
build-stamp:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
$(MAKE)
|
$(MAKE) $(QFSMP)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
changelog-stamp:
|
changelog-stamp:
|
||||||
|
|
Loading…
Reference in a new issue