aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPedro de Medeiros <pedro.medeiros@gmail.com>2021-12-15 21:20:18 -0300
committerPedro de Medeiros <pedro.medeiros@gmail.com>2021-12-15 21:20:18 -0300
commit7228a87f950ae665a55030e12cd8adc8992b5d07 (patch)
tree5ec7f6d42dc9adbc8d81c07e366b903d81179151 /Makefile
parent11a569e72365370fc908de56b8a05da754980bf3 (diff)
downloadubox-msx-lib-7228a87f950ae665a55030e12cd8adc8992b5d07.tar.gz
ubox-msx-lib-7228a87f950ae665a55030e12cd8adc8992b5d07.zip
Starting Openmsx through GNU make works now
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