diff --git a/test_anim/Makefile b/test_anim/Makefile index cc98ea006fba3c4c364e02af77703fe5870b0075..61acf87e692ed3d7d877b9d9c5418dd5595bb4b9 100644 --- a/test_anim/Makefile +++ b/test_anim/Makefile @@ -13,18 +13,6 @@ all: $(PROJECT) %.o: %.cpp %.h $(CC) -c $(DEBUG) $< -test_server.o: test_server.cpp - $(CC) -c $(DEBUG) $< - -test_server: test_server.o e131.o - $(CC) $^ -o $@ - -test_client.o: test_client.cpp - $(CC) -c $(DEBUG) $< - -test_client: test_client.o e131.o - $(CC) $^ -o $@ - $(PROJECT).o: $(PROJECT).cpp $(CC) -c $(DEBUG) $<