This commit is contained in:
mpabi 2024-03-18 10:20:23 +00:00
parent c6f5d5344d
commit 42d36cdda6
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ PROGS=prog prog.bin prog.lst
all:: $(PROGS)
prog: _crt0.o _rvmain.o myfunc.o myfuncStruct.o myfuncStructOOP.o myfuncOOP.o
prog: _crt0.o _rvmain.o myfunc.o
$(LINK.cc) -o $@ $^ $(LDLIBS)
$(SIZE) -A -x $@