aboutsummaryrefslogtreecommitdiff
path: root/windows/bin/gmake.cmd
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-08-27 13:30:59 +0200
committerThomas Schmucker <ts@its1.de>2026-08-27 13:30:59 +0200
commita5fcfee3f33f95b9ad41f42e6676ef0b579904e5 (patch)
tree778f3230d02a93ed8aec15e644bf2506438d7a6f /windows/bin/gmake.cmd
parentb3b1f245e798319a268b372d33489eaf14fa632e (diff)
downloaddotfiles-a5fcfee3f33f95b9ad41f42e6676ef0b579904e5.tar.gz
dotfiles-a5fcfee3f33f95b9ad41f42e6676ef0b579904e5.tar.bz2
dotfiles-a5fcfee3f33f95b9ad41f42e6676ef0b579904e5.zip
bootstrap: Weitere Skripte für Windows
Diffstat (limited to 'windows/bin/gmake.cmd')
-rw-r--r--windows/bin/gmake.cmd8
1 files changed, 2 insertions, 6 deletions
diff --git a/windows/bin/gmake.cmd b/windows/bin/gmake.cmd
index 1c45ce5..5f2bad4 100644
--- a/windows/bin/gmake.cmd
+++ b/windows/bin/gmake.cmd
@@ -1,11 +1,7 @@
1@echo off 1@echo off
2
2rem Wrapper, damit opt.makeprg = "gmake" (aus nvim/lua/config/options.lua) 3rem Wrapper, damit opt.makeprg = "gmake" (aus nvim/lua/config/options.lua)
3rem unter Windows funktioniert, ohne die bestehende Config anzupassen. 4rem unter Windows funktioniert.
4rem Reicht alle Argumente an das im PATH gefundene "make" weiter.
5rem
6rem Einmalig einrichten: dieses Verzeichnis (windows\bin) zum PATH
7rem hinzufuegen, z.B. ueber:
8rem setx PATH "%PATH%;%USERPROFILE%\dotfiles\windows\bin"
9 5
10make %* 6make %*
11exit /b %ERRORLEVEL% 7exit /b %ERRORLEVEL%