mirror of
https://github.com/Valeh2012/PersonalVotingMachine
synced 2026-06-25 16:40:32 +03:00
first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
TOPTARGETS := all clean
|
||||
|
||||
NOWANTS=common/. text_kerning/.
|
||||
SUBDIRS := $(filter-out $(NOWANTS), $(wildcard */.))
|
||||
|
||||
$(TOPTARGETS): $(SUBDIRS)
|
||||
$(SUBDIRS):
|
||||
$(MAKE) -C $@ $(MAKECMDGOALS)
|
||||
|
||||
.PHONY: $(TOPTARGETS) $(SUBDIRS)
|
||||
Reference in New Issue
Block a user