Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github authored Mar 9, 2024
1 parent 1fea86e commit 8e9e795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OBJ = $(SRC:.cpp=.o)
LIBS ?= -lgit2 -lcpr
LDFLAGS = ${LIBS}
TARGET = taur
CPPFLAGS = -isystem include
CPPFLAGS = -isystem include -std=c++17

all: $(TARGET)

Expand Down

0 comments on commit 8e9e795

Please sign in to comment.