aboutsummaryrefslogtreecommitdiffstats
path: root/core/erlc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/erlc.mk')
-rw-r--r--core/erlc.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/erlc.mk b/core/erlc.mk
index 64c5fa2..f3fccd7 100644
--- a/core/erlc.mk
+++ b/core/erlc.mk
@@ -203,9 +203,6 @@ endef
ebin/$(PROJECT).app:: $(ERL_FILES) $(CORE_FILES)
$(if $(strip $?),$(call compile_erl,$?))
-
-$(sort $(ERL_FILES) $(CORE_FILES))::
- @touch $@
endif
clean:: clean-app