all : test testnet CXXFLAGS=-O2 -g test : usb.o Text.o cnSDL.o Object.o ImageLoaderPNG.o Interface.o network.o node.o g++ -o $@ $^ -lusb -lSDL -lpng testnet : testnet.o network.o node.o g++ -o $@ $^ clean : rm -rf *.o *~ test