From 279fe3885f02f23662cdeb9c481b378e3a44121b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frakn=C3=B3i=20Tam=C3=A1s?= <fraknoitamas@gmail.com> Date: Tue, 8 Jun 2021 17:27:14 +0200 Subject: [PATCH] Makefile fix delete unnecessary builds --- test_anim/Makefile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/test_anim/Makefile b/test_anim/Makefile index cc98ea0..61acf87 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) $< -- GitLab