diff options
author | Pedro de Medeiros <pedro.medeiros@gmail.com> | 2021-12-15 21:20:18 -0300 |
---|---|---|
committer | Pedro de Medeiros <pedro.medeiros@gmail.com> | 2021-12-15 21:20:18 -0300 |
commit | 7228a87f950ae665a55030e12cd8adc8992b5d07 (patch) | |
tree | 5ec7f6d42dc9adbc8d81c07e366b903d81179151 /Makefile | |
parent | 11a569e72365370fc908de56b8a05da754980bf3 (diff) | |
download | ubox-msx-lib-7228a87f950ae665a55030e12cd8adc8992b5d07.tar.gz ubox-msx-lib-7228a87f950ae665a55030e12cd8adc8992b5d07.zip |
Starting Openmsx through GNU make works now
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ game: bin libs test: game make -C tests test +openmsx: game + make -C game openmsx + docs: make -C docs |