mirror of
https://github.com/quantum5/MusicKeyboard.git
synced 2025-04-24 13:11:58 -04:00
UPX target added to Makefile.
This commit is contained in:
parent
e9f79aed7c
commit
9859d8ef48
3
Makefile
3
Makefile
|
@ -29,6 +29,9 @@ FILES=$(OUTDIR)\Keyboard.obj \
|
||||||
|
|
||||||
all: initdir $(DISTDIR)\Keyboard.exe
|
all: initdir $(DISTDIR)\Keyboard.exe
|
||||||
|
|
||||||
|
upx: all
|
||||||
|
upx --best $(DISTDIR)\Keyboard.exe
|
||||||
|
|
||||||
initdir:
|
initdir:
|
||||||
@if not exist build md build
|
@if not exist build md build
|
||||||
@if not exist $(OUTDIR) md $(OUTDIR)
|
@if not exist $(OUTDIR) md $(OUTDIR)
|
||||||
|
|
Loading…
Reference in a new issue