mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-26 21:11:57 +00:00
fixed a bug in Makefile...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
3a83ab3eaa
commit
1f026e72e7
@ -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...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user