5 lines
123 B
Makefile
5 lines
123 B
Makefile
|
CFLAGS=-g -Wall
|
||
|
ser: ser.c
|
||
|
gcc -ggdb -Wall ser.c -o ser -lpthread
|
||
|
#mipsel-linux-uclibc-gcc -o ser.mips ser.c -lpthread
|