Skip to content

Commit

Permalink
Have the externals a target full of make
Browse files Browse the repository at this point in the history
  • Loading branch information
prissi committed Jan 4, 2025
1 parent b12400c commit 442b453
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pak128-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
- name: compile pakset
run: |
./update_externals.sh
make zip
make full
mv simupak128.zip simupak128-nightly.zip
- name: set environment
Expand Down
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,12 @@ ADDON_DIRS64 :=
DIRS := $(DIRS64) $(DIRS128) $(DIRS176) $(DIRS250)


.PHONY: $(DIRS) $(OUTSIDE) $(ADDON_DIRS64) copy tar zip
.PHONY: $(DIRS) $(OUTSIDE) $(ADDON_DIRS64) externals copy tar zip

all: zip

full: externals zip

archives: tar zip

tar: $(DESTFILE).tbz2
Expand All @@ -119,6 +121,9 @@ $(DESTFILE).zip: pakset

pakset: copy $(DIRS) $(OUTSIDE)

externals:
@./update_externals.sh

copy:
@echo "===> COPY"
@rm -rf $(PAKDIR)
Expand Down

0 comments on commit 442b453

Please sign in to comment.