3 lines
36 B
Makefile
3 lines
36 B
Makefile
all:
|
|
cc -Wall -g -o ctx ctx.c -lrt
|
all:
|
|
cc -Wall -g -o ctx ctx.c -lrt
|