From 9d114a296c3b26dba4aa0bcea83f16dd1976a8b3 Mon Sep 17 00:00:00 2001 From: Georg Holzmann Date: Thu, 11 Jan 2007 13:37:11 +0000 Subject: fixed typo in the linux makefile svn path=/trunk/externals/iem/iemgui/; revision=7286 --- src/makefile_linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/makefile_linux b/src/makefile_linux index 6b77283..60d83b3 100644 --- a/src/makefile_linux +++ b/src/makefile_linux @@ -40,7 +40,7 @@ OBJ = $(SRC:.c=.o) # clean: - rm ..\$(TARGET) + rm ../$(TARGET) rm *.o all: $(OBJ) -- cgit v1.2.1