Skip to content

Commit caa4d2c

Browse files
committed
build: remove redundant appimage-clean target
1 parent 7c94d95 commit caa4d2c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ FFMPEG_STATIC_DIR=$(BUILD_DIR)/ffmpeg-static
2323
FFMPEG_APP_LIBDIR=$(APPDIR)/usr/lib/ffmpeg
2424
APPIMAGE_FFMPEG_MODE?=auto
2525

26-
.PHONY: build wayland windows install uninstall clean run test appimage appimage-ffmpeg appimage-clean
26+
.PHONY: build wayland windows install uninstall clean run test appimage appimage-ffmpeg
2727

2828
build: clean
2929
go build -tags "$(TAGS)" -trimpath -ldflags $(LDFLAGS) -o $(BIN) ./cmd/go2tv
@@ -204,5 +204,4 @@ appimage-ffmpeg: build
204204
# Clean up ffmpeg build/download files
205205
rm -rf $(FFMPEG_STATIC_DIR) $(FFMPEG_STATIC_ARCHIVE) $(BUILD_DIR)/ffmpeg-src $(BUILD_DIR)/ffmpeg.tar.xz
206206

207-
appimage-clean:
208-
rm -rf $(APPDIR) $(APPIMAGETOOL) $(BUILD_DIR)/*.AppImage $(FFMPEG_STATIC_DIR) $(FFMPEG_STATIC_ARCHIVE) $(BUILD_DIR)/ffmpeg-src $(BUILD_DIR)/ffmpeg.tar.xz
207+

0 commit comments

Comments
 (0)