aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 599bcb3..2e43f9d 100644
--- a/Makefile
+++ b/Makefile
@@ -41,15 +41,6 @@ endif
all: compile escript dialyzer test
# =============================================================================
-# Include relevant sub-makefiles.
-# =============================================================================
-# These are not subdirs, they are just additional makefile information
-# that happens to live subdirectories
-
-include $(CURDIR)/docs/docs.mkf
-
-
-# =============================================================================
# Rules to build the system
# =============================================================================
@@ -107,6 +98,7 @@ clean-common-test-data:
clean: clean-common-test-data
- rm -rf $(CURDIR)/test/*.beam
- rm -rf $(CURDIR)/logs
+ - rm -rf $(CURDIR)/ebin
$(REBAR) skip_deps=true clean
distclean: clean