diff options
author | musil <tmusil@users.sourceforge.net> | 2006-11-30 10:26:13 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2006-11-30 10:26:13 +0000 |
commit | 373152cf9a1ec58916afc0c39c2f5a5bf61c8cec (patch) | |
tree | b77e72e1404767a397d19d91dec83029203fef1d /src/makefile_linux | |
parent | a1e92bd8ad513384243b67af4a44dab8744515d9 (diff) |
little nothings
svn path=/trunk/externals/iem/iem_delay/; revision=6535
Diffstat (limited to 'src/makefile_linux')
-rw-r--r-- | src/makefile_linux | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile_linux b/src/makefile_linux index d551c0c..24a337c 100644 --- a/src/makefile_linux +++ b/src/makefile_linux @@ -33,12 +33,13 @@ OBJ = $(SRC:.c=.o) # clean: - rm $(TARGET) + rm ../$(TARGET) rm *.o all: $(OBJ) @echo :: $(OBJ) $(LD) $(LDFLAGS) -o $(TARGET) *.o $(LIB) + mv $(TARGET) .. strip --strip-unneeded $(TARGET) $(OBJ) : %.o : %.c |