Tim Fletcher 4 лет назад
Родитель
Сommit
1f292ca302
1 измененных файлов с 0 добавлено и 11 удалено
  1. 0 11
      Makefile

+ 0 - 11
Makefile

@@ -1,11 +0,0 @@
-all: clean compile
-
-clean:
-	@rm -rf ebin/*.beam
-
-compile:
-	@test -d ebin || mkdir ebin
-	@erl -make
-
-test: clean compile
-	@escript test.escript