bf5863fcb1
- Split Makefile into gmake.mk (Linux/Windows) and bmake.mk (BSD/macOS) - Added config.mk for shared variables. - Added build.sh and build.bat dispatchers. - Retains old build behavior with dependency tracking.
3 lines
30 B
Batchfile
Executable File
3 lines
30 B
Batchfile
Executable File
@echo off
|
|
make -f gmake.mk %*
|