aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2011-10-11 15:08:14 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2011-10-11 15:08:14 +0200
commit62cbcd271283070848a0d924ba25a061a2dff2da (patch)
treee57e4c1a2103dab7bcbc59dfc74cf8445816c605 /src/Makefile
parent1efec3952b780cc675ae111313017c3b91d20a01 (diff)
downloaderlang-slang-fork-62cbcd271283070848a0d924ba25a061a2dff2da.tar.gz
applied debian erlang-slang_1.0-3 patch: some slang_drv updates
most of this are useless whitespace changes, but slang_drv is updated and debian files are added
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index b383c01..dc7fa4b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -11,12 +11,12 @@ include ../include.mk
include ../vsn.mk
ERLC_FLAGS+=-W $(DEBUG_FLAGS)
-MODULES = slang
+MODULES = slang
TARGETS = $(MODULES:%=../ebin/%.beam) ../ebin/slang.app
-all debug: $(TARGETS)
+all debug: $(TARGETS)
clean:
rm -f $(TARGETS)
../ebin/slang.app: slang.app.src