summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordasmfm <[email protected]>2019-07-31 12:05:57 +0300
committerGitHub <[email protected]>2019-07-31 12:05:57 +0300
commit518f67206fbe8264ce71c7b32796b4f4d38b4497 (patch)
tree1b4f8ae5e108d9635681b3dbf9bfb50e47af9a7e /Makefile
parentf408937d6a7faaadcfc53714e5cf2d2176d52fd3 (diff)
Switch "make build" and "make all" commands
Looks like "build" and "all" commands are mixed up.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 82d22bec..9facdf1b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-all:
- @./build.sh
build:
+ @./build.sh
+all:
@./build.sh all
clean:
rm -rf rr