summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile11
-rw-r--r--test/Emakefile4
-rw-r--r--test/Makefile12
3 files changed, 0 insertions, 27 deletions
diff --git a/src/Makefile b/src/Makefile
deleted file mode 100644
index 32aa1872..00000000
--- a/src/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-include ../support/include.mk
-
-all: $(EBIN_FILES_NO_DOCS)
-
-doc: $(EBIN_FILES)
-
-debug:
- $(MAKE) DEBUG=-DDEBUG
-
-clean:
- rm -rf $(EBIN_FILES)
diff --git a/test/Emakefile b/test/Emakefile
deleted file mode 100644
index d05e4d94..00000000
--- a/test/Emakefile
+++ /dev/null
@@ -1,4 +0,0 @@
-{"*", [warn_obsolete_guard, warn_unused_import,
- warn_shadow_vars, warn_export_vars, debug_info,
- {i, "../include"},
- {outdir, "../tests_ebin"}]}.
diff --git a/test/Makefile b/test/Makefile
deleted file mode 100644
index 45998c6e..00000000
--- a/test/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-include ../support/include.mk
-
-all: $(EBIN_FILES_NO_DOCS)
-
-doc: $(EBIN_FILES)
-
-debug:
- $(MAKE) DEBUG=-DDEBUG
-
-clean:
- rm -rf $(EBIN_FILES)
- rm -rf ../tests_ebin \ No newline at end of file