diff options
Diffstat (limited to '')
-rwxr-xr-x | base/new-c-proj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/new-c-proj b/base/new-c-proj index 0d5459c..af0b472 100755 --- a/base/new-c-proj +++ b/base/new-c-proj @@ -73,9 +73,9 @@ if printf '%s\n' "$1" | grep '^lib' >/dev/null 2>/dev/null; then include \$(CONFIGFILE) OS = linux - # Linux: linux - # Mac OS: macos - # Windows: windows + # Linux: linux + # Mac OS: macos + # Windows: windows include mk/\$(OS).mk |