Add --sign and --ack options to "stg import"
[stgit] / Makefile
index d6c0b56..c890b8e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,12 @@
-PREFIX = $(HOME)
-DESTDIR = /
-PYTHON = python
+PREFIX ?= $(HOME)
+DESTDIR        ?= /
+PYTHON ?= python
 
 all:
        $(PYTHON) setup.py build
 
 install:
-       $(PYTHON) setup.py install --prefix=$(PREFIX) --root=$(DESTDIR)
+       $(PYTHON) setup.py install --prefix=$(PREFIX) --root=$(DESTDIR) --force
 
 doc:
        cd Documentation && $(MAKE) all