summaryrefslogtreecommitdiff
path: root/progs/Makefile
AgeCommit message (Collapse)Author
2004-04-14Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell
and execute fragment programs. Very limited and experimental, but works well enough to run arbfplight.c. http://fabrice.bellard.free.fr/tcc/ Compile with 'make linux-tcc', being sure to make clean first.
2004-04-03for make clean, include tests directoryBrian Paul
2004-03-26Don't use pushd/popd.Brian Paul
2004-03-26New Makefile systemBrian Paul