mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
12 lines
195 B
Makefile
12 lines
195 B
Makefile
include apps/graph/Makefile
|
|
#include apps/picview/Makefile
|
|
|
|
app_objs += $(addprefix apps/,\
|
|
apps_container.o\
|
|
main.o\
|
|
)
|
|
|
|
products += $(app_objs) app.elf app.hex app.bin
|
|
|
|
app.elf: $(app_objs)
|