mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Add an "all" target to avoid running 'make install
This commit is contained in:
parent
1d35f40fc6
commit
ad063a89eb
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -7,7 +7,10 @@ PYSOLLIB_FILES=pysollib/tk/*.py pysollib/tile/*.py pysollib/*.py \
|
|||
pysollib/games/*.py pysollib/games/special/*.py \
|
||||
pysollib/games/ultra/*.py pysollib/games/mahjongg/*.py
|
||||
|
||||
.PHONY : install dist all_games_html rules pot mo
|
||||
.PHONY : all install dist all_games_html rules pot mo
|
||||
|
||||
all:
|
||||
@echo "No default target"
|
||||
|
||||
install:
|
||||
python setup.py install
|
||||
|
|
Loading…
Add table
Reference in a new issue