diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-29 20:10:26 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-29 20:10:26 +0200 |
commit | 8b8c1579ccc025e9fc21c29784c0b5cf4bcf78b4 (patch) | |
tree | 9c0dc0dbfe86c751043671e7b3deff26d48229a1 /Makefile | |
parent | Added LICENSE (diff) | |
download | go2work-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ # # GNU Makefile -default: run +default: build SHELL := /bin/sh OS = $(shell uname) |