Skip to content
Snippets Groups Projects
Commit fc09aecb authored by Jeroen Vreeken's avatar Jeroen Vreeken
Browse files

prevent sattracker from making large jump at 270 degrees

parent f6652e32
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@ include ../build.mk
CFLAGS= -Wall -g -I../../common/utils -I../controller -Iaalib -Ipredictlib -I../../common/trace -I../../common/include -I../../include
LDFLAGS+= -L../../common/lib/ -L../../lib/ -L./lib -lutils -ltrace -static
LDFLAGS+= -L../../common/lib/ -L${CURDIR}../../lib/ -L./lib -lutils -ltrace -static
LIBNOVA=-lnova -L../../lib/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment