quadratic/makefile
2021-11-04 11:56:54 -04:00

2 lines
49 B
Makefile

all:
gcc quadratic.c -lm -o "bin-quadratic.out"