6 lines
87 B
Makefile
6 lines
87 B
Makefile
clean:
|
|
rm -rf */*.hi
|
|
rm -rf */*.o
|
|
rm -rf */.ipynb_checkpoints
|
|
rm -rf */index.ipynb
|