add makefile
1 parent 069266a commit eb5ac0cb637aa6019a00296bf3420c8f414dc4ae
@tundra tundra authored on 2 Jan 2021
Showing 1 changed file
View
3
■■
makefile
BREW = ${TOOLSDIR}/bin/brew -v
DATESTAMP = $(shell date +%Y%m%d)
FULLDATE = $(shell date)
GITREVISION = $(shell git log -1 | head -n3)
 
all: clean getbrew bootstrap-build bootstrap-release full-build full-release
 
 
# Get latest linuxbrew
 
getbrew: