Have make clean delete parser artifacts

Forgot to update the names there
This commit is contained in:
ISSOtm
2020-10-25 16:26:58 +01:00
parent 9028fb5391
commit 6c57ad2226

View File

@@ -136,7 +136,7 @@ clean:
$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.