6 lines
56 B
Makefile
6 lines
56 B
Makefile
all:
|
|
gcc FP_math.c -o FP_math -lm
|
|
|
|
clean:
|
|
-rm FP_math
|