Skip to content
Snippets Groups Projects
Commit fad3c356 authored by Max Lindqvist's avatar Max Lindqvist
Browse files

Added makefile

parent 205faf54
Branches
Tags
No related merge requests found
Pipeline #246244 failed
#--------------------------------------
# CONFIGURATION
#--------------------------------------
#--------------------------------------
# Cleanup
#--------------------------------------
.PHONY: clean
clean:
find ./ -type d -name '__pyccel__' -prune -exec rm -rf {} \;
find ./ -type d -name '__pycache__' -prune -exec rm -rf {} \;
find ./ -type f -name '*.lock' -delete
find ./ -type f -name '*.so' -delete
find ./ -type f -name '*.o' -delete
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment