mirror of
https://github.com/quantum5/Zalgo.git
synced 2025-04-24 13:41:57 -04:00
Added compress target to Makefile.
This commit is contained in:
parent
a1a86dac2f
commit
3f25dabf5b
3
Makefile
3
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
|
||||
|
|
Loading…
Reference in a new issue