mirror of
https://github.com/project-slippi/Nintendont.git
synced 2025-10-06 00:22:40 +02:00
Based on this commit by @DankRank:
3dd5ea8814
GNU make handles dependency checking significantly better than batch files
and shell scripts, plus it can run builds in parallel.
4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
# This shell script is still here for compatibility reasons.
|
|
make forced
|