Pinned Loading
-
Makefile generico para compilacao em...
Makefile generico para compilacao em C++ 1CXX := -g++
2CXXFLAGS := -pedantic-errors -Wall -Wextra -Werror
3LDFLAGS := -lstdc++ -lm
4BUILD := ./build
5OBJ_DIR := $(BUILD)/objects
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.