mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Fix the app Makefile
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
app_objs += $(addprefix app/, app.o)
|
||||
products += app.elf app.hex app.bin
|
||||
products += $(app_objs) app.elf app.hex app.bin
|
||||
|
||||
app.elf: $(app_objs)
|
||||
|
||||
Reference in New Issue
Block a user