Skip to content
Snippets Groups Projects
Commit fb958fd0 authored by Patrick Robbe's avatar Patrick Robbe
Browse files

Add top level makefile

parent 28767017
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
TOPTARGETS := all clean
SUBDIRS = Pcie40Driver Pcie40DriverLibraries Pcie40Libraries Pcie40Applications
$(TOPTARGETS): $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@ $(MAKECMDGOALS)
.PHONY: $(TOPTARGETS) $(SUBDIRS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment