examples: Link against .so
[simavr] / examples / board_ledramp / Makefile
index cc6ac68..09161f0 100644 (file)
@@ -46,7 +46,6 @@ board = ${OBJ}/${target}.elf
 
 ${board} : ${OBJ}/button.o
 ${board} : ${OBJ}/${target}.o
-${board} : ${simavr}/simavr/${OBJ}/libsimavr.a
 
 ${target}: ${board}
        @echo $@ done