diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-03-09 11:36:19 -0500 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-03-09 11:36:19 -0500 |
commit | d645998e35762b78fc845afdda68236fb7c28b26 (patch) | |
tree | 4771b950f916e5af05def5a554cd3351f929a570 | |
parent | 5f4714f15226719c991bba8116d1f09b58dcf264 (diff) |
removing old Makefiles
-rw-r--r-- | src/Makefile | 11 | ||||
-rw-r--r-- | test/Emakefile | 4 | ||||
-rw-r--r-- | test/Makefile | 12 |
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 |