aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demo/Makefile')
-rw-r--r--demo/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/demo/Makefile b/demo/Makefile
deleted file mode 100644
index 7039b4a..0000000
--- a/demo/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-ifeq ($(TYPE),debug)
-DEBUG_FLAGS = -Ddebug
-else
-DEBUG_FLAGS =
-endif
-
-include ../include.mk
-
-ERLC_FLAGS+=-W $(DEBUG_FLAGS)
-MODULES = ex2 ex1
-
-
-TARGETS = $(MODULES:%=%.beam)
-
-all debug: $(TARGETS)
-
-clean:
- rm -f $(TARGETS)