aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorg Holzmann <grholzi@users.sourceforge.net>2007-01-11 13:37:11 +0000
committerGeorg Holzmann <grholzi@users.sourceforge.net>2007-01-11 13:37:11 +0000
commit9d114a296c3b26dba4aa0bcea83f16dd1976a8b3 (patch)
tree41ba56478b31db5be9979984c013f25894891c1f /src
parent830ed801768d14a2d686a0bee823a9d0602c5cef (diff)
fixed typo in the linux makefile
svn path=/trunk/externals/iem/iemgui/; revision=7286
Diffstat (limited to 'src')
-rw-r--r--src/makefile_linux2
1 files changed, 1 insertions, 1 deletions
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)