Files
nini/Makefile
T
2018-03-03 16:30:23 +01:00

6 lines
64 B
Makefile

a.out: test.c nini.c
cc -Og test.c nini.c
run: a.out
./a.out