Skip to content

Commit

Permalink
make it run separately on linux and mac
Browse files Browse the repository at this point in the history
  • Loading branch information
pkriens committed Oct 2, 2024
1 parent 85afde5 commit 0994684
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions org.alloytools.pardinus.native/native-code/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ REPOS_PATHS = $(addsuffix /repo/.git/config,$(REPOS))

.PHONY: all native darwin linux windows go

install: clean darwin linux windows
-rm -rf ../native
install: clean darwin linux windows copy

copy:
cp -rf dependencies/* native/
cp -rf native ..

clean:
rm -rf build native headers $(addsuffix /repo,$(REPOS))
rm -rf build native headers $(addsuffix /repo,$(REPOS)) ./native

native :
mkdir -p $(DIRS)
Expand Down

0 comments on commit 0994684

Please sign in to comment.