File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ FFMPEG_STATIC_DIR=$(BUILD_DIR)/ffmpeg-static
2323FFMPEG_APP_LIBDIR =$(APPDIR ) /usr/lib/ffmpeg
2424APPIMAGE_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
2828build : 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+
You can’t perform that action at this time.
0 commit comments