Clean RGBGFX test programs with make clean

This commit is contained in:
ISSOtm
2022-05-01 11:20:17 +02:00
committed by Eldred Habert
parent cbf6fadcdb
commit 491b6746ab

View File

@@ -174,6 +174,7 @@ clean:
$Qfind src/ -name "*.o" -exec rm {} \; $Qfind src/ -name "*.o" -exec rm {} \;
$Q${RM} rgbshim.sh $Q${RM} rgbshim.sh
$Q${RM} src/asm/parser.c src/asm/parser.h $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. # Target used to install the binaries and man pages.