add Makefile in root tree. Needed for some IDEs

master
Steffen Pohle 4 years ago
parent 23253e6840
commit c16145bedb

@ -0,0 +1,9 @@
TOPTARGETS := all clean
SUBDIRS := server
$(TOPTARGETS): $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@ $(MAKECMDGOALS)
.PHONY: $(TOPTARGETS) $(SUBDIRS)
Loading…
Cancel
Save