summaryrefslogtreecommitdiff
path: root/src/rtt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtt/Makefile')
-rw-r--r--src/rtt/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rtt/Makefile b/src/rtt/Makefile
index db6445e..7122ca1 100644
--- a/src/rtt/Makefile
+++ b/src/rtt/Makefile
@@ -23,8 +23,6 @@ OBJ = $(ROBJS) $(POBJS) $(COBJS)
rtt: $(OBJ)
$(CC) $(LDFLAGS) -o rtt $(OBJ)
- cp rtt ../../bin
- strip ../../bin/rtt$(EXE)
library: $(OBJ)
rm -rf rtt.a