Skip to content
Snippets Groups Projects
Commit d2e4ea03 authored by paul.albuquer's avatar paul.albuquer
Browse files

added Makefile for building all sorting algo in directory

parent 25e8b09e
Branches
No related tags found
No related merge requests found
Pipeline #14882 passed
TOPTARGETS := all clean
SUBDIRS := $(wildcard */.)
$(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.
Please register or to comment