diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-04 10:18:06 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-04 10:18:06 +0200 |
commit | 4529469c702f401b1044627842dfb84341f0a4e7 (patch) | |
tree | cc4e04d9eab8353cdf93d60ebb264a6203944006 /makefile | |
parent | 22b97d969cdff46a06a48a5bce7d183c4a877fb5 (diff) |
afblijven
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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)) |