diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-09-02 09:52:49 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-09-02 09:52:49 +0200 |
| commit | 807170eef48e2181abf306b1424c736f5179b36e (patch) | |
| tree | fa637b9f0589c4b2866007908f55a7636226fffe /windows/bin/gmake.cmd | |
| parent | e44fd96e3b8be7480e8a93af3e3bcb5767409b82 (diff) | |
| parent | cd76ca88483048791249846917c7768f7bfe301e (diff) | |
| download | dotfiles-807170eef48e2181abf306b1424c736f5179b36e.tar.gz dotfiles-807170eef48e2181abf306b1424c736f5179b36e.tar.bz2 dotfiles-807170eef48e2181abf306b1424c736f5179b36e.zip | |
Merge branch 'master' into add-jinja-support
Diffstat (limited to 'windows/bin/gmake.cmd')
| -rw-r--r-- | windows/bin/gmake.cmd | 8 |
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 | |||
| 2 | rem Wrapper, damit opt.makeprg = "gmake" (aus nvim/lua/config/options.lua) | 3 | rem Wrapper, damit opt.makeprg = "gmake" (aus nvim/lua/config/options.lua) |
| 3 | rem unter Windows funktioniert, ohne die bestehende Config anzupassen. | 4 | rem unter Windows funktioniert. |
| 4 | rem Reicht alle Argumente an das im PATH gefundene "make" weiter. | ||
| 5 | rem | ||
| 6 | rem Einmalig einrichten: dieses Verzeichnis (windows\bin) zum PATH | ||
| 7 | rem hinzufuegen, z.B. ueber: | ||
| 8 | rem setx PATH "%PATH%;%USERPROFILE%\dotfiles\windows\bin" | ||
| 9 | 5 | ||
| 10 | make %* | 6 | make %* |
| 11 | exit /b %ERRORLEVEL% | 7 | exit /b %ERRORLEVEL% |
