run script without sh

This commit is contained in:
KAiZ 2019-11-17 10:16:11 +05:30
parent 057465e001
commit 6fa47cd860

View file

@ -6,7 +6,7 @@
build:
@echo "Building Bibata..."
sh ./build.sh
./build.sh
clean:
@echo "Cleaning Up..."