Files
sicspsi/utils/picoscope/Makefile.osx
Koennecke Mark 0294b7ad95 Added the small support driver for the picoscope
Added a deploysics script
The Tcl data and time functions were moved to the SICS kernel
2015-07-07 12:33:02 +02:00

18 lines
478 B
Makefile
Executable File

#--------------------------------------------------------------
# This requires the picoscope software to be installed under
# /opt
#
# Mark Koennecke, May 2015
#--------------------------------------------------------------
picocontrol: picocontrol.o
gcc -g -o picocontrol picocontrol.o -L/Applications/PicoScope6.app/Contents/Resources/lib -lps2000a
.c.o:
gcc -g -c -I/Applications/PicoScope6.app/Contents/Resources/include $*.c
clean:
- rm picocontrol picocontrol.o