mirror of
https://github.com/Valeh2012/PersonalVotingMachine
synced 2025-12-08 18:15:11 +02:00
first commit
This commit is contained in:
10
basic-setup/components/u8g2/sys/sdl/Makefile
Normal file
10
basic-setup/components/u8g2/sys/sdl/Makefile
Normal file
@@ -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