diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2024-06-04 10:23:54 +0200 |
---|---|---|
committer | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2024-06-04 10:23:54 +0200 |
commit | 2c0569e63e421525dfb882d4f3b1cbcf7a2a8eea (patch) | |
tree | 991b717796dcedfddc918ff84c0a06b37601dfab | |
parent | ee74e0a40ad4aa2de417544b9c33d98eb06c081b (diff) | |
parent | 4529469c702f401b1044627842dfb84341f0a4e7 (diff) |
Merge branch 'node' of https://github.com/lonkaars/depa into node
-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)) |