From bd5145368593e09460d4461256ee4f934b2ebf26 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 14 Oct 2011 05:45:42 +0200 Subject: remove cruft cruft includes: - module header comments (yikes..) - author attributes (sorry luke) - old guard tests --- src/Makefile | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/Makefile (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile deleted file mode 100644 index 087f2a9..0000000 --- a/src/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -include ../../../support/include.mk - -ERLC_FLAGS += -I ../.. -pa ../ebin/ - -SCRIPT=../bin/ermacs -SED_EXPR = s:%BASEDIR%:`pwd`/..: - -all: $(ERL_OBJECTS) $(SCRIPT) - -# edit_transform has to be built first. This rule is actually -# circular, but that seems okay with GNU make. -$(ERL_OBJECTS): ../ebin/edit_transform.beam - -$(SCRIPT): ermacs.in - sed ${SED_EXPR} < $< > $@ - chmod +x $@ - -clean: - -rm -f $(ERL_OBJECTS) - -rm -f ../bin/ermacs - -$(ERL_OBJECTS): $(ERL_HEADERS) - -- cgit v1.2.3