From 1e76e0b6431613a264b67c7c71bf1bbacfa893f0 Mon Sep 17 00:00:00 2001 From: tma Date: Wed, 26 Oct 2005 22:59:30 +0000 Subject: * Small changes to distclean target from vapier git-svn-id: svn://svn.icculus.org/quake3/trunk@184 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/tools/asm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/tools/asm/Makefile') diff --git a/code/tools/asm/Makefile b/code/tools/asm/Makefile index 06c67ad..a6202ae 100644 --- a/code/tools/asm/Makefile +++ b/code/tools/asm/Makefile @@ -22,4 +22,4 @@ install: default install -s -m 0755 q3asm$(BINEXT) ../ uninstall: - -rm ../q3asm$(BINEXT) + rm -f ../q3asm$(BINEXT) -- cgit v1.2.3