list initializer

This commit is contained in:
hugogogo
2022-02-07 14:47:39 +01:00
parent bb43bb40e8
commit 649b6168ef
5 changed files with 82 additions and 18 deletions

View File

@@ -16,10 +16,11 @@ LIBS =
INCLUDES = -I$(D_HEADERS)
D_SRCS = .
SRCS = main.cpp
SRCS = main.cpp \
Sed.cpp
D_HEADERS = .
HEADERS =
HEADERS = Sed.hpp
D_OBJS = builds
OBJS = $(SRCS:%.cpp=$(D_OBJS)/%.o)