Adds AppImage build
This commit is contained in:
parent
150359e8a0
commit
0eb9ddc1be
6 changed files with 89 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue