include ../../Makefile.inc FILES = signing-jars.sh all: $(FILES) install: all $(INSTALL) -d $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/scripts/cert $(INSTALL) -m0755 signing-jars.sh $(DESTDIR)/$(ALX_WEB_INSTALL_DIR)/scripts/cert clean: .PHONY: all install clean