From b57628e6519b5a031bbba970c70fb8c2ac204640 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 14 Oct 2011 03:17:19 +0200 Subject: replaced half autoconf build system with a simpler GNU make and Emake based one new build system adheres to common usage of make command line and environment variables --- demo/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 demo/Makefile (limited to 'demo') 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) -- cgit v1.2.3