From aed6caab9ce43a830c45da08f0380760a2ae4aec Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 1 May 2024 17:25:11 +0200 Subject: Skip actions for up-to-date targets --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fec3007..011a775 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ OBJ=$(SRC:.cpp=.o) all: $(PROJECTNAME) LDLIBS += -lfmt +CXXFLAGS += -std=c++17 $(PROJECTNAME): $(OBJ) $(CXX) $(LDFLAGS) $^ $(LDLIBS) $(LIBS) -o $@ -- cgit v1.2.3