diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index ab9a228..c9e5181 100644 --- a/src/Makefile +++ b/src/Makefile @@ -10,6 +10,7 @@ DIRS=minigallium etnaviv driver fb fb_rawshader replay test2d utils DIRS_REV=egl .PHONY: all clean install rev $(DIRS) $(DIRS_REV) +.NOTPARALLEL: all: CMD = all all: $(DIRS) |