cli-calculator/makefile

3 lines
37 B
Makefile

all:
gcc main.c -lm -o "cli-calc.o"