From 491b6746ab3e9c1231a7d2f5a589171389b18829 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sun, 1 May 2022 11:20:17 +0200 Subject: [PATCH] Clean RGBGFX test programs with `make clean` --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 85c35186..9330fa62 100644 --- a/Makefile +++ b/Makefile @@ -174,6 +174,7 @@ clean: $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.