2
0
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:
Adam Long 2015-10-18 23:38:46 +00:00
parent 6010571f2f
commit 4c1e51782e

View File

@ -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)