From: Lawrence S. <ljs...@us...> - 2020-09-08 03:07:50
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via 9e21c516db1433c0c11e4e9ae6d9ce3a1c21ef1c (commit) from 324daa5daf2fcb7c8292c343541624fdd891c042 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9e21c516db1433c0c11e4e9ae6d9ce3a1c21ef1c Author: Lawrence Sebald <ljs...@us...> Date: Mon Sep 7 23:07:11 2020 -0400 Build naomibintool with the rest of utils. ----------------------------------------------------------------------- Summary of changes: utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Makefile b/utils/Makefile index c00cad0..3b6707d 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -4,7 +4,7 @@ # (c)2001 Dan Potter # -DIRS = genromfs wav2adpcm vqenc scramble dcbumpgen makeip +DIRS = genromfs wav2adpcm vqenc scramble dcbumpgen makeip naomibintool # Ok for these to fail atm... hooks/post-receive -- A pseudo Operating System for the Dreamcast. |