Skip to content

Commit

Permalink
subdir make
Browse files Browse the repository at this point in the history
  • Loading branch information
minzkn committed Dec 18, 2023
1 parent 519d9e5 commit 224a09e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
###
### Copyright (C) HWPORT.COM
### All rights reserved.
### Author: JAEHYUK CHO <mailto:minzkn@minzkn.com>
###

SUBDIRS :=#
SUBDIRS +=latest#

.PHONY: all
all: ;@$(foreach s_sub_directory,$(SUBDIRS),$(MAKE) $(@) --no-print-directory --directory="$(s_sub_directory)";)
.DEFAULT: ;@$(foreach s_sub_directory,$(SUBDIRS),$(MAKE) $(@) --no-print-directory --directory="$(s_sub_directory)";)

# End of makefile

0 comments on commit 224a09e

Please sign in to comment.