Skip to content
Snippets Groups Projects
Commit 9c71c621 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Add default make target

parent 29e8a71a
No related branches found
No related tags found
No related merge requests found
.PHONY: clean
.PHONY: all clean
all:
clean:
find -name \*.pyc -delete
rm *.pyc
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