diff --git a/Makefile b/Makefile
index 749ee4dc406b1aab577f4ccbe9d34dde231b4b8e..b5df7bb1897a553865df3b50ffe3e4e9d7fab92a 100644
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,6 @@ config.o: .config
 
 %.bin: %.elf
 	${OBJCOPY} -O binary $^ $@
-	scp $@ twlostow@cs-ccr-dev3:/user/twlostow
 
 %.ram: tools %.bin
 	./tools/genraminit $*.bin 0 > $@