6 lines
64 B
Makefile
6 lines
64 B
Makefile
a.out: test.c nini.c
|
|
cc -Og test.c nini.c
|
|
|
|
run: a.out
|
|
./a.out
|