Browse Source

Have the deault 'all' rule just build

Clean and test are saner being seperate targets
for-closed-social
Sandro Santilli 7 years ago
parent
commit
5301a5db3a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -30,7 +30,7 @@ else
endif
.PHONY: all
all: clean test build
all: build
.PHONY: clean
clean:

Loading…
Cancel
Save