1 out = terminus 2 3 all: 4 cc src/main.c -o $(out) 5 6 debug: 7 make all dbg="-g"
Generated by cgit