MAKE: using default target build instead of run

master
anthraxx 2016-04-29 20:10:28 +02:00
parent 636582f753
commit 91fdf1a273
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ BUILDDIR=build
MAKE_PID := $$PPID
JOB_FLAG := $(filter -j%, $(subst -j ,-j,$(shell ps T | grep "^\s*$(MAKE_PID).*$(MAKE)")))
all: run
all: build
.PHONY: build
build: