aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan J. Martínez <jjm@usebox.net>2021-12-16 07:15:42 +0000
committerJuan J. Martínez <jjm@usebox.net>2021-12-16 07:15:42 +0000
commita49e59775e4810538f0f0bbe4431e36cb11effb3 (patch)
tree5ec7f6d42dc9adbc8d81c07e366b903d81179151 /Makefile
parent11a569e72365370fc908de56b8a05da754980bf3 (diff)
parent7228a87f950ae665a55030e12cd8adc8992b5d07 (diff)
downloadubox-msx-lib-a49e59775e4810538f0f0bbe4431e36cb11effb3.tar.gz
ubox-msx-lib-a49e59775e4810538f0f0bbe4431e36cb11effb3.zip
Merge branch 'pedro' into 'master'
Starting Openmsx through GNU make works now See merge request reidrac/ubox-msx-lib!18
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c897c2a..e97a66c 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,9 @@ game: bin libs
test: game
make -C tests test
+openmsx: game
+ make -C game openmsx
+
docs:
make -C docs