Skip to content

Commit

Permalink
add darwin arm64 makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
fschloesser committed Jun 23, 2022
1 parent af5f407 commit f081c3e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions make/make.darwin.arm64.gnu
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

6 changes: 6 additions & 0 deletions make/make.darwin.arm64.gnu.dbg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# note that the local make file is a dummy and is eventually the union of
# following sub make files

include make/make.$(OSTYPE).$(COMP)
include make/make.$(OSTYPE).$(COMP).$(OPT)
include make/make.$(OSTYPE).$(ARCH).$(COMP)
6 changes: 6 additions & 0 deletions make/make.darwin.arm64.gnu.opt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# note that the local make file is a dummy and is eventually the union of
# following sub make files

include make/make.$(OSTYPE).$(COMP)
include make/make.$(OSTYPE).$(COMP).$(OPT)
include make/make.$(OSTYPE).$(ARCH).$(COMP)

0 comments on commit f081c3e

Please sign in to comment.