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