Files
molecule-plugins/plugins/Makefile
T
2013-03-21 12:49:13 +00:00

16 lines
255 B
Makefile

PREFIX = /usr
BINDIR = $(PREFIX)/bin
DESTDIR =
LIBDIR = $(PREFIX)/lib
SYSCONFDIR = /etc
all:
clean:
install:
install -d $(DESTDIR)$(LIBDIR)/molecule/molecule/specs/plugins
install -m 644 *.py $(DESTDIR)$(LIBDIR)/molecule/molecule/specs/plugins/