Skip to content

Commit 7f730d7

Browse files
committed
version bump
1 parent 9f4d464 commit 7f730d7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.04.27
1+
2024.05.02

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ EDOS=src/edos/edos.bin
55

66
all: $(BINARY)
77

8-
$(BINARY): $(EDOS) $(SOURCES) .version
8+
$(BINARY): $(EDOS) $(SOURCES)
99
(cd src && ez80asm -i zinc.asm ../$(BINARY))
1010

1111
$(EDOS): $(SOURCES)
12+
date '+%Y.%m.%d' >.version
1213
(cd src/edos && ez80asm -i -l edos.asm)
1314

14-
.version:
15-
date '+%Y.%m.%d' >.version
1615

1716
clean:
1817
rm -rf $(EDOS) $(BINARY)

0 commit comments

Comments
 (0)