#LD = $(CXX)
LDFLAGS =
-LIBDIR = -L.
-LOADLIBES = -ltrbnet
+LIBDIR =
+LOADLIBES =
# ------------ TARGETS -------------------------------------------------
# ------------ Dependencies --------------------------------------------
-trbcmd: trbcmd.o
+trbcmd: trbcmd.o libtrbnet.a
trbcmd.o: trbcmd.c trbnet.h trberror.h
-trbdhcp: trbdhcp.o
+trbdhcp: trbdhcp.o libtrbnet.a
trbdhcp.o: trbdhcp.c trbnet.h trberror.h
-trbflash: trbflash.o
-trbflash.o: trbflash.c trbnet.h trberror.h
+trbflash: trbflash.o libtrbnet.a
+trbflash.o: trbflash.c trbnet.h trberror.h
-trbrichcmd: trbrichcmd.o
+trbrichcmd: trbrichcmd.o libtrbnet.a
trbrichcmd.o: trbrichcmd.c trbnet.h trberror.h
-trb_i2c: trb_i2c.o
+trb_i2c: trb_i2c.o libtrbnet.a
trb_i2c.o: trb_i2c.c trbnet.h trberror.h
-pulser: pulser.o
+pulser: pulser.o libtrbnet.a
pulser.o: pulser.c trbnet.h trberror.h
# ----------------------------------------------------------------------