From 067d1190715e1177cb57cae36445614a011669a7 Mon Sep 17 00:00:00 2001 From: nishi Date: Tue, 21 May 2024 16:33:25 +0000 Subject: [PATCH] delete .com too git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@55 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- Client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/Makefile b/Client/Makefile index d6ed4de..2f4c2ff 100644 --- a/Client/Makefile +++ b/Client/Makefile @@ -14,4 +14,4 @@ dataworks$(EXEC_SUFFIX): $(OBJS) ../Library/*.o $(CC) -I../Library $(CFLAGS) -c -o $@ $< clean: - rm -f *.o dataworks *.exe *.dos *.dos4g + rm -f *.o dataworks *.exe *.dos *.dos4g *.com -- 2.43.0