shithub: rgbds

Download patch

ref: 491b6746ab3e9c1231a7d2f5a589171389b18829
parent: cbf6fadcdbf7402845adbeb840de1cb8fcb41be4
author: ISSOtm <eldredhabert0@gmail.com>
date: Sun May 1 07:20:17 EDT 2022

Clean RGBGFX test programs with `make clean`

--- a/Makefile
+++ b/Makefile
@@ -174,6 +174,7 @@
 	$Qfind src/ -name "*.o" -exec rm {} \;
 	$Q${RM} rgbshim.sh
 	$Q${RM} src/asm/parser.c src/asm/parser.h
+	$Q${RM} test/gfx/randtilegen test/gfx/rgbgfx_test
 
 # Target used to install the binaries and man pages.