[Makefile] Drop molecule-core stuff

This commit is contained in:
Fabio Erculiani
2013-03-21 12:43:13 +00:00
parent 676210d325
commit 199008826e
-3
View File
@@ -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