We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62c022 commit ec7445aCopy full SHA for ec7445a
Makefile
@@ -1,4 +1,5 @@
1
CXX=g++
2
+CXXFLAGS=-Wall -g
3
LDFLAGS=-pthread
4
SRC=$(wildcard *.cpp)
5
OBJ=$(SRC:.cpp=.o)
0 commit comments