From 846228771eeef43b1ba7c073b920256c538d99bd Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Sat, 18 Oct 2025 15:28:09 +0000 Subject: [PATCH] clean that too git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@411 b9cfdab3-6d41-4d17-bbe4-086880011989 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 621ade1..71a0d2b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -205,4 +205,4 @@ examples/%.o: examples/%.c $(CC) $(E_CFLAGS) -c -o $@ $< clean: - rm -f */*.dll */*.so */*.lib */*.a */*.o */*/*.o external/*/src/*.o examples/*/*.exe $(EXAMPLES) + rm -f */*.dll */*.so */*.lib */*.a */*.o */*/*.o external/*/src/*.o examples/*.exe examples/*/*.exe $(EXAMPLES)