Skip to content
Snippets Groups Projects
Commit 3dda5e5e authored by Dirk Pattinson's avatar Dirk Pattinson Committed by Thorsten Wißmann
Browse files

added include directories

parent 7625cc6d
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ PROGS := coalg coalgcompare
LIBS := unix str
SOURCESMLI := $(wildcard *.mli)
SOURCESML := $(wildcard *.ml)
INCS ?= -I/usr/include -I/usr/lib/ocaml -I.
INCS ?= -I/usr/include -I/usr/lib/ocaml -I/usr/local/lib/ocaml -I.
CXXFLAGS += -Wall -Werror $(INCS)
LDXX ?= g++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment