aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-03-29 20:10:26 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-03-29 20:10:26 +0200
commit8b8c1579ccc025e9fc21c29784c0b5cf4bcf78b4 (patch)
tree9c0dc0dbfe86c751043671e7b3deff26d48229a1 /Makefile
parentAdded LICENSE (diff)
downloadgo2work-8b8c1579ccc025e9fc21c29784c0b5cf4bcf78b4.tar.gz
go2work-8b8c1579ccc025e9fc21c29784c0b5cf4bcf78b4.tar.bz2
go2work-8b8c1579ccc025e9fc21c29784c0b5cf4bcf78b4.tar.xz
go2work-8b8c1579ccc025e9fc21c29784c0b5cf4bcf78b4.tar.zst
go2work-8b8c1579ccc025e9fc21c29784c0b5cf4bcf78b4.zip
In progress
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 809f6b8..acfb768 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
# GNU Makefile
-default: run
+default: build
SHELL := /bin/sh
OS = $(shell uname)