Skip to content

Commit

Permalink
#111 Refactor Makefiles to directory
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Dec 5, 2023
1 parent 215ebda commit 5de74a8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Detect the operating system and architecture.

include makefiles/osdetect.Makefile
include makefiles/osdetect.mk

# -----------------------------------------------------------------------------
# Variables
Expand Down Expand Up @@ -52,8 +52,8 @@ default: help
# Operating System / Architecture targets
# -----------------------------------------------------------------------------

-include makefiles/$(OSTYPE).Makefile
-include makefiles/$(OSTYPE)_$(OSARCH).Makefile
-include makefiles/$(OSTYPE).mk
-include makefiles/$(OSTYPE)_$(OSARCH).mk


.PHONY: hello-world
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5de74a8

Please sign in to comment.