cli-calculator/makefile

3 lines
37 B
Makefile
Raw Normal View History

2021-06-14 22:19:14 -04:00
all:
gcc main.c -lm -o "cli-calc.o"