summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-10-15 17:58:17 +0200
committerJonas Smedegaard <dr@jones.dk>2015-10-15 17:58:17 +0200
commit7d40b4e27bad91a71985766c0fe7df4574acc471 (patch)
treee63d806f26b066dac98026e6fcf3add6abbc2eeb
parent0fc4bc5b37ac6b906b50ac0d1259d71b2093c533 (diff)
Tidy Makefile: list parallel and notparallel together.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a1ca7b9..183f04a 100644
--- a/Makefile
+++ b/Makefile
@@ -16,5 +16,5 @@ clean:
find -type d -empty -delete
MAKEFLAGS += --jobs
-.PHONY: all update source clean
.NOTPARALLEL: source
+.PHONY: all update source clean