From 199008826e981f8a35a00aea65c7967ed8b98f9f Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Thu, 21 Mar 2013 12:43:13 +0000 Subject: [PATCH] [Makefile] Drop molecule-core stuff --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 61c7aa6..17dea5d 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,3 @@ clean: install: for d in $(SUBDIRS); do $(MAKE) -C $$d install; done - # install the application - mkdir -p $(DESTDIR)$(BINDIR) - install -m 755 molecule.py $(DESTDIR)$(BINDIR)/molecule