Add src to include paths, remove non-standard ".." in includes in learn directory.

This commit is contained in:
Tomasz Sobczyk
2020-09-11 12:23:29 +02:00
committed by nodchip
parent 3c87d4fa9b
commit 98f24570ab
11 changed files with 64 additions and 54 deletions
+1 -1
View File
@@ -321,7 +321,7 @@ endif
### ==========================================================================
### 3.1 Selecting compiler (default = gcc)
CXXFLAGS += -g -Wall -Wcast-qual -fno-exceptions -std=c++17 $(EXTRACXXFLAGS) $(LEARNCXXFLAGS)
CXXFLAGS += -g -Wall -Wcast-qual -fno-exceptions -std=c++17 -I. $(EXTRACXXFLAGS) $(LEARNCXXFLAGS)
DEPENDFLAGS += -std=c++17
LDFLAGS += $(EXTRALDFLAGS) $(LEARNLDFLAGS)