6 lines
66 B
Makefile
6 lines
66 B
Makefile
|
build:
|
||
|
gcc quickselect.c -lm -o quickselect
|
||
|
|
||
|
run:
|
||
|
./quickselect
|