In a typical c project I find myself duplicating certain things.
What type of things?
Sorry, I was trying to be unspecific. My particular concern right
now though is a directory of c source files (where the names of the
files in the directory are liable to change). I want the directory
of fil
In a typical c project I find myself duplicating certain things.
I've solved this problem for some files by creating
symbolic links to ~/c-lib/*, where common files are saved.
This works great; "make dist" puts the files linked to
into an archive.
I can't, however, find a good solution to linkin