diff options
author | syn <isaqtm@gmail.com> | 2021-03-10 13:39:51 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2021-03-10 13:39:51 +0300 |
commit | d366e3a18fe4270399a23ab3402f3479e878a90e (patch) | |
tree | 5d97435606694164c2db7ee7c2c81d5587a69ced | |
parent | 2f38658f5d86a199a1066341883aa69bd6e49828 (diff) | |
download | upnet-d366e3a18fe4270399a23ab3402f3479e878a90e.tar.gz |
make 'source' available in makefile
-rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +SHELL := bash + all: @echo "all not allowed" |