projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60126c3
)
Run python3 explicitly at build.
author
Jason S. Ninneman
<jsn@mbar.us>
Wed, 14 Jun 2017 18:39:01 +0000
(11:39 -0700)
committer
Jason S. Ninneman
<jsn@mbar.us>
Wed, 14 Jun 2017 20:54:37 +0000
(13:54 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 08a0fbbd2b4ad3d6f7bc533f913f4aff9cb548de..3c15a52abcaafe7b62af840e1657c1b17e0ae82d 100644
(file)
--- 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