5 lines
63 B
Makefile
5 lines
63 B
Makefile
|
run: main.c
|
||
|
.\a.exe
|
||
|
main.c:
|
||
|
gcc .\src\main.c .\src\fib.c -lm
|