Browse Source

make pysetup: Update version.py as a convenience

Keir Fraser 4 years ago
parent
commit
954bfdcadf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -91,7 +91,7 @@ scripts/greaseweazle/version.py: Makefile
 	echo "major = $(FW_MAJOR)" >$@
 	echo "minor = $(FW_MINOR)" >>$@
 
-pysetup:
+pysetup: scripts/greaseweazle/version.py
 	PYTHON=$(PYTHON) . ./scripts/setup.sh
 
 BAUD=115200