fixed a bug in Makefile...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-11-17 11:17:27 +04:00
parent 3a83ab3eaa
commit 1f026e72e7

View File

@ -133,8 +133,8 @@ win32: $(APP_ZIP) $(WIN_BUILD_DIR)
cat $(APP_ZIP) >> $(WIN_BUILD_DIR)/nw.exe cat $(APP_ZIP) >> $(WIN_BUILD_DIR)/nw.exe
mv $(WIN_BUILD_DIR)/nw.exe $(WIN_BUILD_DIR)/$(APP_NAME).exe mv $(WIN_BUILD_DIR)/nw.exe $(WIN_BUILD_DIR)/$(APP_NAME).exe
chmod +x $(WIN_BUILD_DIR)/*.{exe,dll} chmod +x $(WIN_BUILD_DIR)/*.{exe,dll}
rm -f $(MAC_BUILD_DIR)/nwsnapshot.exe \ rm -f $(WIN_BUILD_DIR)/nwsnapshot.exe \
$(MAC_BUILD_DIR)/credits.html $(WIN_BUILD_DIR)/credits.html
win32-dist: win32 $(DIST_DIR) win32-dist: win32 $(DIST_DIR)
# XXX include vips... # XXX include vips...