Skip to content
Snippets Groups Projects
Commit 4f9afa96 authored by Simon Ruderich's avatar Simon Ruderich
Browse files

Makefile: add clean

parent 385378ad
No related branches found
No related tags found
No related merge requests found
.PHONY: all
.PHONY: all clean
all:
$(MAKE) -C tag1/vorlesung
$(MAKE) -C tag1/uebung
$(MAKE) -C tag2/vorlesung
$(MAKE) -C tag2/uebung
all clean:
$(MAKE) -C tag1/vorlesung $@
$(MAKE) -C tag1/uebung $@
$(MAKE) -C tag2/vorlesung $@
$(MAKE) -C tag2/uebung $@
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