mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
Makefile: suppress -I for current dir
This commit is contained in:
@@ -2,7 +2,7 @@ EXEC_NAME=cycloader
|
||||
SRC= $(wildcard *.cpp)
|
||||
OBJS= $(SRC:.cpp=.o)
|
||||
LDFLAGS=-lm -g -Wall -std=c++11 $(shell pkg-config --libs libftdipp1)
|
||||
CXXFLAGS=-I./ -I ../ -g -Wall -std=c++11 $(shell pkg-config --cflags libftdipp1)
|
||||
CXXFLAGS=-g -Wall -std=c++11 $(shell pkg-config --cflags libftdipp1)
|
||||
|
||||
all:$(EXEC_NAME)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user