mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-18 15:21:25 +00:00
6 lines
81 B
Python
6 lines
81 B
Python
#
|
|
# add_nanolib.py
|
|
#
|
|
Import("env")
|
|
|
|
env.Append(LINKFLAGS=["--specs=nano.specs"])
|