diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-02-12 17:13:59 +0100 | 
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-02-12 17:13:59 +0100 | 
| commit | 4c5ef201326ae2e9d79b009a3dcee916116678de (patch) | |
| tree | 29ddf7e3bab78f38a1306a46d18c0d45a2046d62 | |
| parent | ddd53a8bc0e329ae5b5f7f55d3655a2d6d7ab3bd (diff) | |
fix: remove spaces infront of PREFIX
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1,7 +1,7 @@  .POSIX:  ifndef PREFIX -	PREFIX = /usr/local +  PREFIX = /usr/local  endif  install: |