Browse Source

Merge pull request #192 from strk/make-default-target

Have the default 'all' rule just build
tags/v1.0.0
Thomas Boerger 7 years ago
parent
commit
f0cfb1cb03
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