Skip to content

Commit

Permalink
Merge pull request #70 from hwangswan/master
Browse files Browse the repository at this point in the history
Update makefile, so that exe can run!
  • Loading branch information
trhgquan authored Jan 30, 2022
2 parents 4aeba33 + 0520de9 commit d933926
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
@@ -1,5 +1,5 @@
CXX := g++
CXXFLAGS := -Wall -std=c++17
CXXFLAGS := -Wall -static -static-libgcc -static-libstdc++ -std=c++17

SRC_DIR := src
OBJ_DIR := obj
Expand Down

0 comments on commit d933926

Please sign in to comment.