From: Jason S. Ninneman Date: Wed, 14 Jun 2017 18:39:01 +0000 (-0700) Subject: Run python3 explicitly at build. X-Git-Tag: 1.1~312 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=88da6e72a5e4b568eacd9b21bb47f4ffc02fbd95 Run python3 explicitly at build. --- diff --git a/Makefile b/Makefile index 08a0fbb..3c15a52 100644 --- a/Makefile +++ b/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