mirror of
https://github.com/preble/libpinproc
synced 2026-02-22 18:15:25 +01:00
Minor improvements. Fixed PRSleep() on POSIX platforms.
This commit is contained in:
4
Makefile
4
Makefile
@@ -3,8 +3,8 @@ AR = ar
|
||||
ARFLAGS = rc
|
||||
RANLIB = ranlib
|
||||
RM = rm -f
|
||||
CFLAGS=$(ARCH) -c -Wall -Iinclude
|
||||
LDFLAGS=$(ARCH)
|
||||
CFLAGS=$(ARCH) $(OTHER_CFLAGS) -c -Wall -Iinclude
|
||||
LDFLAGS=$(ARCH) $(OTHER_LDFLAGS)
|
||||
|
||||
LIBPINPROC = bin/libpinproc.a
|
||||
SRCS = src/pinproc.cpp src/PRDevice.cpp src/PRHardware.cpp
|
||||
|
||||
Reference in New Issue
Block a user