Roberto Ostinelli 5 лет назад
Родитель
Сommit
4ded0eae05
1 измененных файлов с 2 добавлено и 2 удалено
  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: