From f5aed5d9438aeb038e38e3d16b0bd4389b6121ae Mon Sep 17 00:00:00 2001 From: avolkov Date: Tue, 22 Feb 2005 22:15:03 +0000 Subject: [PATCH] minor fix git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1558 8092fc87-c524-0410-9efc-e669fe64eaf9 --- tools/ani/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/ani/Makefile b/tools/ani/Makefile index 34018e0fc..e0bd3f52f 100644 --- a/tools/ani/Makefile +++ b/tools/ani/Makefile @@ -2,9 +2,7 @@ unani: unani.c unani.h gcc -W -Wall -g -O0 unani.c -o unani -lpng clean: - [ ! -f unani.exe ] || rm unani.exe - [ ! -f unani ] || rm unani - rm unani.tgz + rm -f unani unani.exe unani.tgz tgz: unani.c unani.h Makefile tar -cvzf unani.tgz unani.c unani.h Makefile