Skip to content

Commit

Permalink
Merge pull request #7 from mmacata/main
Browse files Browse the repository at this point in the history
Ignore testsuite folder in Makefile
  • Loading branch information
mmacata authored Aug 23, 2023
2 parents 8beca4a + 7b2b6ca commit 23ec03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PGM = r.in.wcs
# note: to deactivate a module, just place a file "DEPRECATED" into the subdir
ALL_SUBDIRS := ${sort ${dir ${wildcard */.}}}
DEPRECATED_SUBDIRS := ${sort ${dir ${wildcard */DEPRECATED}}}
RM_SUBDIRS := bin/ docs/ etc/ scripts/
RM_SUBDIRS := bin/ docs/ etc/ scripts/ testsuite/
SUBDIRS_1 := $(filter-out $(DEPRECATED_SUBDIRS), $(ALL_SUBDIRS))
SUBDIRS := $(filter-out $(RM_SUBDIRS), $(SUBDIRS_1))

Expand Down

0 comments on commit 23ec03b

Please sign in to comment.