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

5 lines
107 B
Makefile

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