diff options
author | terminaldweller <thabogre@gmail.com> | 2021-02-19 15:02:41 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-02-19 15:02:41 +0000 |
commit | 3a287698080f4df624caa0b79a235c374dceeda0 (patch) | |
tree | 0423b879b99dac873fff3d30e06bbe16d525a328 /makefile | |
parent | Merge branch 'master' into cmake (diff) | |
download | cgrep-3a287698080f4df624caa0b79a235c374dceeda0.tar.gz cgrep-3a287698080f4df624caa0b79a235c374dceeda0.zip |
changing default shell to sh
Diffstat (limited to '')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TARGET=cgrep -SHELL=bash -SHELL?=bash +SHELL=sh +SHELL?=sh CC=clang CC?=clang ifdef OS |