target "clic" { rule "exe"; input [files("src/*.cpp"), "src/datafiles.cpp"]; CXXFLAGS += "-ggdb"; LDFLAGS += "-ggdb -lbu++"; } target "datafiles.cpp" { input "parserhelp.txt"; display "bin2cpp"; profile "build" { execute("../libbu++/bin2cpp -d src parserhelp.txt"); } }