From 3f25dabf5bb5d4382cbce88a52aebc2fc2e4954d Mon Sep 17 00:00:00 2001 From: Quantum Date: Fri, 30 Aug 2013 11:49:40 -0400 Subject: [PATCH] Added compress target to Makefile. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 1890fcf..88ff212 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,9 @@ initdir: if not exist build md dist if not exist $(DISTDIR) md $(DISTDIR) +compress: $(DISTDIR)\Zalgo.exe + upx --best $** + $(INCDIR)\MainWindow.hpp: $(INCDIR)\Window.hpp $(INCDIR)\MyDropTarget.hpp $(INCDIR)\PreviewWindow.hpp $(INCDIR)\PreviewWindow.hpp: $(INCDIR)\Window.hpp $(INCDIR)\MyDropTarget.hpp: $(INCDIR)\DropTarget.hpp