westes / flex

The Fast Lexical Analyzer - scanner generator for lexing in C and C++
Other
3.54k stars 529 forks source link

build: Makefile improvements with skeleton sources #640

Closed Explorer09 closed 4 months ago

Explorer09 commented 4 months ago
  1. Correct skeleton headers dependencies
  2. Don't use BUILT_SOURCES for skeleton files
  3. Let "make mostlyclean" delete "*-flex.h"
westes commented 4 months ago

Thanks for this! It's on master.