Files
Upsilon/app/Makefile
2015-09-19 18:14:14 +02:00

5 lines
95 B
Makefile

app_objs += $(addprefix app/, app.o)
products += app.elf app.hex app.bin
app.elf: $(app_objs)