summaryrefslogtreecommitdiff
path: root/src/mkskel.sh
Commit message (Collapse)AuthorAge
* mkskel.sh: fix EOL issue for CRLF systemsJannick2017-07-18
|
* build: Delete comments from skeleton file.Demi Obenour2017-05-03
| | | | | | Since the comments in flex.skl are, by hypothesis, not needed in skel.c, we remove them. THis reduces the size of the resulting executable somewhat.
* Simplify some shell codeDemi Obenour2016-09-25
|
* move flex program sources into src/ directoryWill Estes2014-02-16
The *.[chly] sources are now in the src directory. This implies a bunch of changes in Makefile.am and friends to account for the new location. The .gitignore files are now more local to places where various object files and generated source files occur.