Sfoglia il codice sorgente

notparallel for examples

Former-commit-id: cf24699b2ace312fbb845757a1c2f3bbeb55b93c
Alec Jacobson (jalec 12 anni fa
parent
commit
e6514d274a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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 \