Skip to content

Commit

Permalink
Makefile: Allow override of VERSION on cmd line
Browse files Browse the repository at this point in the history
  • Loading branch information
targetdisk committed Jan 12, 2024
1 parent e95b220 commit 1f7a4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PREFIX=/usr/local
IDENTIFIER=org.targetdisk.RDeeM

VERSION=2.4
VERSION ?= 2.4

PACKAGE_BUILD = $(shell which pkgbuild)
#ARCH_FLAGS=-arch x86_64
Expand Down

0 comments on commit 1f7a4a9

Please sign in to comment.