Skip to content

Commit

Permalink
build cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell committed Jul 22, 2024
1 parent 765d56c commit d0191db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

SUBMODULES := $(shell grep ^\\[submodule .gitmodules | awk -F\" '{print$$2}')
MAKEDIRS := $(shell find . -maxdepth 2 -mindepth 2 -name Makefile | awk -F/ '{print$$2}')
MAKEDIRS := $(filter-out build,$(MAKEDIRS))
CLEANDIRS := $(MAKEDIRS)
MAKEDIRS := $(filter-out gibuu,$(MAKEDIRS))
MAKEDIRS := $(filter-out genie,$(MAKEDIRS))
Expand Down

0 comments on commit d0191db

Please sign in to comment.