X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=3c15a52abcaafe7b62af840e1657c1b17e0ae82d;hp=08a0fbbd2b4ad3d6f7bc533f913f4aff9cb548de;hb=88da6e72a5e4b568eacd9b21bb47f4ffc02fbd95;hpb=60126c3dac4788cd5c01f5da6bb50986aeaac0d3 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