11 lines
305 B
Makefile
11 lines
305 B
Makefile
|
|
all: verify
|
|
|
|
verify:
|
|
~/Prog/Program/arduino-1.8.9/arduino --verify keyboard.ino -v | sed "s/stepper:/stepper.ino:/g"
|
|
|
|
upload:
|
|
~/Prog/Program/arduino-1.8.9/arduino --upload keyboard.ino | sed "s/stepper:/stepper.ino:/g"
|
|
|
|
#test: testing.cpp stepper.ino
|
|
# c++ testing.cpp -std=c++14 -o test -g -pthread
|