mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-07-16 16:02:02 +00:00
Updated libDaisy and update process
This commit is contained in:
3
Makefile
3
Makefile
@ -18,6 +18,7 @@ daisysp:
|
||||
cd $(DAISYSP_DIR) && make
|
||||
lib: libdaisy daisysp
|
||||
deploy: lib all program
|
||||
updatelib:
|
||||
pulllibs:
|
||||
cd $(LIBDAISY_DIR) && make clean && git pull origin master
|
||||
cd $(DAISYSP_DIR) && make clean && git pull origin master
|
||||
updatelibs: pulllibs lib
|
||||
|
Submodule lib/libDaisy updated: 4d6cd9a168...d6f0f1f6b5
Reference in New Issue
Block a user