aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPedro de Medeiros <pedro.medeiros@gmail.com>2021-09-21 15:14:24 +0000
committerJuan J. Martínez <jjm@usebox.net>2021-09-21 15:14:24 +0000
commit1997ccb1eab50c4f401ff49bc306a8d9f7267328 (patch)
tree8c57f5c77c6973707d5b23dbc850049647d83ec7 /Makefile
parent65cb5c99ceda078b03e44740613a89963c3fb088 (diff)
downloadubox-msx-lib-1997ccb1eab50c4f401ff49bc306a8d9f7267328.tar.gz
ubox-msx-lib-1997ccb1eab50c4f401ff49bc306a8d9f7267328.zip
Avoiding improper makefile invocations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0eb056f..46de89b 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ libs: lib ubox spman mplayer ap
game: bin libs
make -C tools
- make -C game
+ make -C game all
docs:
make -C docs