Make the build Python-2/3 agnostic.
[open-adventure.git] / Makefile
index 62ec64a149d0049878f01a15fe134b21f954ad91..91ec3b672c9530ebd37f6d9acaf4003bcffd6df2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ dungeon.o:    dungeon.c dungeon.h
        $(CC) $(CCFLAGS) $(DBX) -c dungeon.c
 
 dungeon.c dungeon.h: make_dungeon.py adventure.yaml
-       python3 make_dungeon.py
+       ./make_dungeon.py
 
 clean:
        rm -f *.o advent cheat *.html *.gcno *.gcda