Fix build
This commit is contained in:
parent
dd36c824ca
commit
b7ac106623
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
server: main.o func.o
|
||||
gcc main.o func.o -o server -nostdlib
|
||||
gcc main.o func.o -o server -nostdlib -static
|
||||
|
||||
main.o: main.S
|
||||
gcc -c main.S
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user