Makefile: fix tarball version numbering
Currently the version number REV
is not defined unless the .git
directory exists. This means the tarballs at https://dukeworld.com/eduke32/synthesis/ compile without version numbers.
This MR moves the definition of REV
in the Makefile outside the check for the .git
directory.