All in the name of size!
This commit is contained in:
parent
8be7bb8718
commit
ae54bb7b92
4
Makefile
4
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
server: main.o func.o
|
||||
gcc main.o func.o -o server -nostdlib -static
|
||||
server: link.ld main.o func.o
|
||||
gcc -T link.ld main.o func.o -o server -nostdlib -static
|
||||
|
||||
main.o: main.S
|
||||
gcc -c main.S
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user