mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 15:12:19 +03:00
Global change
This commit is contained in:
15
lib/Arduino-UpTime/Makefile
Normal file
15
lib/Arduino-UpTime/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
all: README examples/UpTime_tick/README examples/UpTime_synopsis/README
|
||||
|
||||
clean:
|
||||
rm -f README README.bak \
|
||||
examples/UpTime_tick/README examples/UpTime_tick/README.bak \
|
||||
examples/UpTime_synopsis/README examples/UpTime_synopsis/README.bak
|
||||
|
||||
README: UpTime.h
|
||||
pod2readme $< $@ && rm -f $@.bak
|
||||
|
||||
examples/UpTime_tick/README: examples/UpTime_tick/UpTime_tick.ino
|
||||
pod2readme $< $@ && rm -f $@.bak
|
||||
|
||||
examples/UpTime_synopsis/README: examples/UpTime_synopsis/UpTime_synopsis.ino
|
||||
pod2readme $< $@ && rm -f $@.bak
|
||||
Reference in New Issue
Block a user