mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
7 lines
410 B
Makefile
7 lines
410 B
Makefile
$(BUILD_DIR)/%.tns: $(BUILD_DIR)/%.elf
|
|
# comment one of these lines. For B&W old nspire, do not use the compress option
|
|
genzehn --compress --input $(BUILD_DIR)/epsilon.elf --output upsilon.tns --name "upsilon" --uses-lcd-blit true
|
|
# genzehn --input $(BUILD_DIR)/epsilon.elf --output upsilon.tns --name "upsilon" --uses-lcd-blit true
|
|
genzehn --info --input upsilon.tns
|
|
firebird-send upsilon.tns /ndless
|