Skip to content

Commit

Permalink
Makefile: build quietly.
Browse files Browse the repository at this point in the history
  • Loading branch information
pinard committed May 8, 2012
1 parent 5989046 commit a1a740f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -11,7 +11,7 @@ PPPP = $(PYTHON) pppp -C ppppconfig.py


all: all:
$(PPPP) *.in contrib tests $(PPPP) *.in contrib tests
$(PYSETUP) build $(PYSETUP) --quiet build


check: clean-debug check: clean-debug
$(PPPP) pymacs.el.in Pymacs.py.in tests $(PPPP) pymacs.el.in Pymacs.py.in tests
Expand Down

0 comments on commit a1a740f

Please sign in to comment.