Declare version in Makefile

This commit is contained in:
Takumi Sueda 2022-04-12 01:38:06 +09:00
parent 91766c78a9
commit df715fc373
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
VERSION_MAJOR=1
VERSION_MINOR=0
VERSION_PATCH=0
PREFIX?=/opt/mingw32ce/bin
CC=$(PREFIX)/bin/arm-mingw32ce-gcc