shithub: rgbds

Download patch

ref: 6c57ad2226e44a936701b7bcc965c73363b0337c
parent: 9028fb53910cf3dc1611dcfdc6047fdb387b775f
author: ISSOtm <eldredhabert0@gmail.com>
date: Sun Oct 25 12:26:58 EDT 2020

Have `make clean` delete parser artifacts

Forgot to update the names there

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