Makefile tweaks

pull/7/head
Thorsten von Eicken 10 years ago
parent 8f4e4f67b8
commit b816dbc497
  1. 2
      Makefile

@ -52,6 +52,8 @@ LED_SERIAL_PIN ?= 2
# This queries git to produce a version string like "esp-link v0.9.0 2015-06-01 34bc76" # This queries git to produce a version string like "esp-link v0.9.0 2015-06-01 34bc76"
# If you don't have a proper git checkout or are on windows, then simply swap for the constant # If you don't have a proper git checkout or are on windows, then simply swap for the constant
# Steps to release: create release on github, git pull, git describe --tags to verify you're
# on the release tag, make release, upload esp-link.tgz into the release files
#VERSION ?= "esp-link custom version" #VERSION ?= "esp-link custom version"
DATE := $(shell date '+%F %T') DATE := $(shell date '+%F %T')
BRANCH := $(shell git describe --tags) BRANCH := $(shell git describe --tags)

Loading…
Cancel
Save