aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-04 10:18:06 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-04 10:18:06 +0200
commit4529469c702f401b1044627842dfb84341f0a4e7 (patch)
treecc4e04d9eab8353cdf93d60ebb264a6203944006
parent22b97d969cdff46a06a48a5bce7d183c4a877fb5 (diff)
afblijven
-rw-r--r--makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/makefile b/makefile
index 3b8b5d6..31bee7c 100644
--- a/makefile
+++ b/makefile
@@ -3,10 +3,7 @@ LD = g++
RM = rm -f
CFLAGS = -g -std=c++17
LFLAGS =
-TARGET = main \
- Observer \
- Node \
- Net
+TARGET = main
SRCS := $(wildcard *.cpp)
OBJS := $(patsubst %.cpp,%.o, $(SRCS))