Deduplicate the version number a bit

This commit is contained in:
Alcaro
2019-04-28 22:43:25 +02:00
parent 1a9654ca06
commit 5596db274e
3 changed files with 12 additions and 8 deletions

View File

@@ -67,7 +67,7 @@ clean: | obj
ifeq ($(TARGET),windows)
XFILES += obj/rc.o
obj/rc.o: flips.rc | obj
obj/rc.o: flips.rc flips.h | obj
windres flips.rc obj/rc.o
endif