Added compress target to Makefile.

Signed-off-by: Xiaomao Chen <xiaomao5@live.com>
This commit is contained in:
Quantum 2013-08-30 11:49:40 -04:00
parent b16154a442
commit 124bbf7d37

View file

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