summaryrefslogtreecommitdiff
path: root/scripts/compile_parsers.makefile
AgeCommit message (Collapse)Author
2022-02-09fix(makefile): add forgotten CXX_STANDARD againStephan Seitz
2022-02-08chore(makefile): apply fixes to original makefileStephan Seitz
2022-02-08fix: revert to basic makefile where all variables are set by LuaStephan Seitz
Fixes #2463
2022-02-08fix: -Os should be used during compilation phase in makefileStephan Seitz
2022-02-04fix(makefile): scanner.c isn't always availablekylo252
certain parsers like `tree-sitter-go` only contain parser.{c|cc}
2022-01-25refactor(makefile): better powershell handlingkylo252
- add missing $(MKDIR) variable - create a simple function to allow running `make clean` without an error if a file doesn't exist
2022-01-25test: use powershell by defaultkylo252
2022-01-25refactor(installer): more modular makefilekylo252
- support both scanner.cc and scanner.c - allow complete override for (CFLAGS,CXXFLAGS,LDFLAGS) - add `clean` target - add `install` target - add windows support
2022-01-23Set CXX standard per parser and fix NorgStephan Seitz
2022-01-23Allow compilation via makefileStephan Seitz