diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-03-19 13:56:51 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-03-19 13:56:51 +0000 |
commit | 183dad07997bda3a46d1fe761f734c37458b223d (patch) | |
tree | 7eea397e7d8a62a768ceb9d3f42e59c484efb1d4 | |
parent | 4882c128816ea6f251e6e1ca9a280892e134eee6 (diff) |
...
svn path=/trunk/externals/iem/iemgui/; revision=10869
-rw-r--r-- | src/makefile | 2 |
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) |