Files
Upsilon/apps/Makefile
Émilie Feral 0913798faf [apps] Replace magic numbers by constants
Change-Id: If9cb40bdc9b1e88a941a6f230fb42164b1e2d5f0
2016-11-04 10:58:40 +01:00

18 lines
343 B
Makefile

include apps/home/Makefile
include apps/graph/Makefile
include apps/probability/Makefile
include apps/calculation/Makefile
#include apps/picview/Makefile
app_objs += $(addprefix apps/,\
apps_container.o\
constant.o\
main.o\
)
$(app_objs): $(inline_images:.png=.o)
products += $(app_objs) app.elf app.hex app.bin
app.elf: $(app_objs)