Run python3 explicitly at build.
This commit is contained in:
parent
60126c3dac
commit
88da6e72a5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -54,7 +54,7 @@ database.c database.h: dungeon
|
|||
./dungeon
|
||||
|
||||
newdb.c newdb.h:
|
||||
./newdungeon.py
|
||||
python3 newdungeon.py
|
||||
|
||||
linenoise.o: linenoise/linenoise.h
|
||||
$(CC) -c linenoise/linenoise.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue