Unverified Commit 3654527f authored by Isis Lovecruft's avatar Isis Lovecruft
Browse files

Change 'install' and 'force_install' Makefile directive to be verbose again.

parent 1c475dc1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@ test:
	python setup.py test

install:
	-python setup.py compile_catalog 2>&1 >/dev/null
	-python setup.py compile_catalog
	python setup.py install --record installed-files.txt

force-install:
	-python setup.py compile_catalog 2>&1 >/dev/null
	python setup.py install --force --record installed-files.txt 2>&1 >/dev/null
	-python setup.py compile_catalog
	python setup.py install --force --record installed-files.txt

uninstall:
	touch installed-files.txt