aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-03-19 13:56:51 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-03-19 13:56:51 +0000
commit183dad07997bda3a46d1fe761f734c37458b223d (patch)
tree7eea397e7d8a62a768ceb9d3f42e59c484efb1d4
parent4882c128816ea6f251e6e1ca9a280892e134eee6 (diff)
...
svn path=/trunk/externals/iem/iemgui/; revision=10869
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index bb87457..8ad0630 100644
--- a/src/makefile
+++ b/src/makefile
@@ -42,7 +42,7 @@ OBJ = $(SRC:.c=.o)
#
clean:
- rm ..\$(TARGET)
+ rm ../$(TARGET)
rm *.o
all: $(OBJ)