Browse Source

Have the deault 'all' rule just build

Clean and test are saner being seperate targets
tags/v1.0.2
Sandro Santilli 8 years ago
parent
commit
5301a5db3a
  1. 2
      Makefile

2
Makefile

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

Loading…
Cancel
Save