Skip to content

Commit

Permalink
add license/icon/aliases & create pkg.cfg for ipk
Browse files Browse the repository at this point in the history
add `make ipk` rule
  • Loading branch information
Apaczer committed Sep 5, 2024
1 parent ad4f9a4 commit 25beb15
Show file tree
Hide file tree
Showing 6 changed files with 1,323 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ obj
*~.txt
src/generated/*
gamelist.txt
bin/fba
fba*.ipk
fba*.zip
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,9 @@ endif
@mkdir -p $(foreach dir, $(alldir),$(objdir)$(dir))
@mkdir -p $(srcdir)generated

ipk: all
gm2xpkg -c -i pkg.cfg

cleandep:
@echo Removing depend files from $(objdir)...
@for dir in $(alldir); do rm -f $(objdir)$$dir/*.d; done
Expand Down
Loading

0 comments on commit 25beb15

Please sign in to comment.