From 1f026e72e7b638f19279eb1126234d3343b4361f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 17 Nov 2013 11:17:27 +0400 Subject: [PATCH] fixed a bug in Makefile... Signed-off-by: Alex A. Naanou --- ui/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/Makefile b/ui/Makefile index 6eee7450..37e351b0 100755 --- a/ui/Makefile +++ b/ui/Makefile @@ -133,8 +133,8 @@ win32: $(APP_ZIP) $(WIN_BUILD_DIR) cat $(APP_ZIP) >> $(WIN_BUILD_DIR)/nw.exe mv $(WIN_BUILD_DIR)/nw.exe $(WIN_BUILD_DIR)/$(APP_NAME).exe chmod +x $(WIN_BUILD_DIR)/*.{exe,dll} - rm -f $(MAC_BUILD_DIR)/nwsnapshot.exe \ - $(MAC_BUILD_DIR)/credits.html + rm -f $(WIN_BUILD_DIR)/nwsnapshot.exe \ + $(WIN_BUILD_DIR)/credits.html win32-dist: win32 $(DIST_DIR) # XXX include vips...