aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-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))