variabilized build script, added makefile

make is good, make is life, use make
This commit is contained in:
2024-04-18 15:43:37 +02:00
parent 8533c8bf5c
commit c5d7ae2e96
3 changed files with 20 additions and 3 deletions

10
makefile Normal file
View File

@@ -0,0 +1,10 @@
#!make
include .makeVars
# Copyright (c) 2024 Bryan Joshua Pedini
# License: MIT · see LICENSE file for more details
default: build
build:
bash -c "./build.sh"