We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7941da commit 7b8817bCopy full SHA for 7b8817b
Makefile
@@ -7,7 +7,7 @@ OBJ_NAME = img2x16
7
8
#This is the target
9
all: $(OBJS)
10
- g++ $(OBJS) -w -O2 -o ./bin/$(OBJ_NAME)
+ g++ $(OBJS) -w -O2 -std=c++17 -o $(OBJ_NAME)
11
12
clean:
13
- rm -f ./bin/$(OBJ_NAME)
+ rm -f $(OBJ_NAME)
0 commit comments