Browse Source

notparallel for examples

Former-commit-id: cf24699b2ace312fbb845757a1c2f3bbeb55b93c
Alec Jacobson (jalec 12 years ago
parent
commit
e6514d274a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/Makefile

+ 2 - 0
examples/Makefile

@@ -1,7 +1,9 @@
 .PHONY: all
+.NOTPARALLEL: all
 
 DIRS=$(wildcard */)
 
+
 all: $(DIRS) 
 	for p in  $(DIRS); \
 	do \