aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-09-15 14:06:53 +0200
committerMattias Andrée <maandree@kth.se>2021-09-15 14:06:53 +0200
commit30fcd34843fc3dd6d848c62353f9947f746ade7b (patch)
tree1888fe47c759af6e0c488016f5a88718bf2ad6ff
parentm (diff)
downloaddotfiles-30fcd34843fc3dd6d848c62353f9947f746ade7b.tar.gz
dotfiles-30fcd34843fc3dd6d848c62353f9947f746ade7b.tar.bz2
dotfiles-30fcd34843fc3dd6d848c62353f9947f746ade7b.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rwxr-xr-xbase/new-c-proj6
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