aboutsummaryrefslogtreecommitdiffstats
path: root/cppMakefile/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'cppMakefile/GNUmakefile')
-rw-r--r--cppMakefile/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppMakefile/GNUmakefile b/cppMakefile/GNUmakefile
index 839be8e..4031623 100644
--- a/cppMakefile/GNUmakefile
+++ b/cppMakefile/GNUmakefile
@@ -4,7 +4,7 @@ OBJ := obj
BIN := bin
DEP := dep
-LIB_INCS :=
+LIB_INCS :=
CXX := g++
CXXFLAGS := -Wall -O2 -I$(INC) $(LIB_INCS) -g -pedantic -lstdc++ -lm
CXX_OBJ := $(CXX) -c
@@ -16,7 +16,7 @@ OBJECTS := $(patsubst $(SRC)/%.cpp,$(OBJ)/%.o,$(wildcard $(SRC)/*.cpp))
DEPENDENCYS := $(patsubst $(SRC)/%.cpp,$(DEP)/%.d,$(wildcard $(SRC)/*.cpp))
TARGET_FILE := GNUmakefile.targets
-TARGETS :=
+TARGETS :=
NAME := empty