소스 검색

notparallel for examples

Former-commit-id: cf24699b2ace312fbb845757a1c2f3bbeb55b93c
Alec Jacobson (jalec 12 년 전
부모
커밋
e6514d274a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 \