6 lines
79 B
Makefile
6 lines
79 B
Makefile
ASM = nasm
|
|
CFLAGS += -fPIC
|
|
LDFLAGS += -lpthread
|
|
ASMFLAGS += -f elf -DNOPREFIX
|
|
|