Skip to content

Commit

Permalink
.mk file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
hensldm committed Jun 24, 2024
1 parent 8db7d7d commit 6807269
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ DEBUGFLAG := -DNDEBUG
endif

ifeq ($(COMPILER),gcc)
-include makefiles/Makefile.gcc
-include makefiles/gcc.mk
else ifeq ($(COMPILER),ido)
-include makefiles/Makefile.ido
-include makefiles/ido.mk
else
$(error Invalid Compiler)
endif
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6807269

Please sign in to comment.