Adds AppImage build

This commit is contained in:
markmental 2026-03-28 15:20:18 -04:00
commit 0eb9ddc1be
6 changed files with 89 additions and 1 deletions

View file

@ -24,7 +24,7 @@ BIN := passport-c-media-player
CPPFLAGS += -I./src $(SDL_CFLAGS) $(FFMPEG_CFLAGS)
LDLIBS += $(SDL_LIBS) $(FFMPEG_LIBS) -lm
.PHONY: all run clean
.PHONY: all run clean appimage
all: $(BIN)
@ -36,3 +36,6 @@ run: $(BIN)
clean:
rm -f $(OBJ) $(BIN)
appimage: $(BIN)
./build-appimage.sh