nana-clg(1)
compiles and runs a program using the nana library.
SYNOPSIS
nana-clg [cpp-flags] files...
DESCRIPTION
This command uses
nana(1) to generate a
gdb(1) script, compiles the files
using
gcc(1) and then runs the commands under
gdb(1). It is intended as
as an aid for testing small programs or as a tool for first year students.