Files
Upsilon/apps/Makefile
Romain Goyet 3cd4639f44 Add a picture viewer
Change-Id: I35dd150f415119e80f7463515a70e2d9bd058a14
2016-08-08 11:46:38 +02:00

11 lines
175 B
Makefile

include apps/graph/Makefile
#include apps/picview/Makefile
app_objs += $(addprefix apps/,\
main.o\
)
products += $(app_objs) app.elf app.hex app.bin
app.elf: $(app_objs)