Skip to content
Snippets Groups Projects
Commit 75645d9f authored by zoller's avatar zoller
Browse files

[check] Small changes in Make file.

parent 29729e8c
No related branches found
No related tags found
No related merge requests found
### Uncomment if Check was installed via package manager
#CHECK_LIB = -lcheck
### Uncomment and adapt if Check was installed manually
CHECKROOT = /informatik/home/hovy/scratch/lib/check CHECKROOT = /informatik/home/hovy/scratch/lib/check
CHECK_INCLUDE = -I$(CHECKROOT)/include
CHECK_LIB = -L$(CHECKROOT)/lib/libcheck.a -lcheck CHECK_LIB = -L$(CHECKROOT)/lib/libcheck.a -lcheck
VPATH = ../src VPATH = ../src
......
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