diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-01-03 10:19:47 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-01-03 10:19:47 +0000 |
commit | 02da785ec1457f1907f1d7af154460fcd11aa9cb (patch) | |
tree | 96d278c12e89e0090727d462a0e4e07e4ef7f12e /game | |
parent | 191744bf7f2ae2afaf8d082ce3b6f0dff0e5c9f7 (diff) | |
download | ubox-msx-lib-02da785ec1457f1907f1d7af154460fcd11aa9cb.tar.gz ubox-msx-lib-02da785ec1457f1907f1d7af154460fcd11aa9cb.zip |
Typo
Diffstat (limited to 'game')
-rw-r--r-- | game/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/Makefile b/game/Makefile index 325247f..a98f7cb 100644 --- a/game/Makefile +++ b/game/Makefile @@ -1,7 +1,7 @@ all: mkdir -p ./generated ./bin ./build make -C data - cd src && ../../tools/mkdeps.py -b ../build -I ../generated:../../include ./ Makefile.deps2 + cd src && ../../tools/mkdeps.py -b ../build -I ../generated:../../include ./ Makefile.deps make -C src .PHONY: all clean |