mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2025-03-11 13:29:50 +00:00
Version stamps - don't zero pad
This commit is contained in:
parent
9dc6a7a149
commit
e65fdfe1b5
6
Makefile
6
Makefile
@ -14,9 +14,9 @@ TARGETS = \
|
||||
$(OUTDIR)/set.date.BIN
|
||||
|
||||
# For timestamps
|
||||
MM = $(shell date "+%m")
|
||||
DD = $(shell date "+%d")
|
||||
YY = $(shell date "+%y")
|
||||
MM = $(shell date "+%-m")
|
||||
DD = $(shell date "+%-d")
|
||||
YY = $(shell date "+%-y")
|
||||
DEFINES = -D DD=$(DD) -D MM=$(MM) -D YY=$(YY)
|
||||
|
||||
.PHONY: clean all
|
||||
|
Loading…
x
Reference in New Issue
Block a user