summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Whitwell2020-02-13 13:45:06 +0000
committerTom Whitwell2020-02-13 13:45:06 +0000
commitc65f5c19ffb60bca4ce8340824e785be3f815fc7 (patch)
tree66cc375f918af9ae6ffd8935c8992ed18a0b1d90
parent1fefa71bb02d6162b959f9489f6f2eb47cd42607 (diff)
downloadaur-c65f5c19ffb60bca4ce8340824e785be3f815fc7.tar.gz
Ignore dependencies when running make for PKGBUILD
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ed36a8706f9..64eab11d90e0 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
all: PKGBUILD .SRCINFO
PKGBUILD:
- makepkg -oc
+ makepkg -doc
.SRCINFO: PKGBUILD
makepkg --printsrcinfo > .SRCINFO \ No newline at end of file