DEBSOURCES
Skip Quicknav
sources / c%2B%2B-annotations / 13.02.02-1 / yo / classtemplates / examples / table / build
12345678910
#!/bin/bash cd tabletype g++ -c -O2 -Wall *.cc cd .. g++ -O2 -Wall *.cc tabletype/*.o rm tabletype/*.o