diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-11 13:37:11 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-11 13:37:11 +0000 |
commit | 9d114a296c3b26dba4aa0bcea83f16dd1976a8b3 (patch) | |
tree | 41ba56478b31db5be9979984c013f25894891c1f | |
parent | 830ed801768d14a2d686a0bee823a9d0602c5cef (diff) |
fixed typo in the linux makefile
svn path=/trunk/externals/iem/iemgui/; revision=7286
-rw-r--r-- | src/makefile_linux | 2 |
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) |