mirror of
https://github.com/team2059/Dent
synced 2024-12-18 20:52:29 -05:00
changed wpilib location to default header install location
This commit is contained in:
parent
6010571f2f
commit
4c1e51782e
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ CFLAGS=-std=c++11 -O0 -g3 -Wall -c -fmessage-length=0
|
|||||||
LDFLAGS=-Wl,-rpath,/opt/GenICam_v2_3/bin/Linux_armv7-a
|
LDFLAGS=-Wl,-rpath,/opt/GenICam_v2_3/bin/Linux_armv7-a
|
||||||
SOURCES=$(shell find -type f -name "*.cpp")
|
SOURCES=$(shell find -type f -name "*.cpp")
|
||||||
OBJECTS=$(SOURCES:.cpp=.o)
|
OBJECTS=$(SOURCES:.cpp=.o)
|
||||||
WPILIB=/var/frc/wpilib
|
WPILIB=/usr/local
|
||||||
EXEC=bin/FRCUserProgram
|
EXEC=bin/FRCUserProgram
|
||||||
CLEANSER=rm -f
|
CLEANSER=rm -f
|
||||||
READER=$(shell which pv||which cat)
|
READER=$(shell which pv||which cat)
|
||||||
|
Loading…
Reference in New Issue
Block a user