UPX target added to Makefile.

This commit is contained in:
Quantum 2013-09-12 20:53:30 -04:00
parent e9f79aed7c
commit 9859d8ef48

View file

@ -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)