Browse Source

Remove unnecessary cleans.

Roberto Ostinelli 5 years ago
parent
commit
4ded0eae05
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -1,9 +1,9 @@
 PROJECT_DIR:=$(strip $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))))
 
-all: clean
+all:
 	@rebar3 compile
 
-compile_test: clean
+compile_test:
 	@rebar3 as test compile
 
 clean: