2 lines
73 B
Makefile
2 lines
73 B
Makefile
|
radix: radix.c radix.h
|
||
|
gcc radix.c -Wall -pedantic -std=c89 -O2 -o radix
|