Skip to content

Commit

Permalink
Emulation scripts in sage/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Karim Khalfallah committed Aug 13, 2023
1 parent e9184aa commit 8f2f09e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sage/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

clean:
@echo "Only target here is clean (remove temp files generated by SageMath)."
all:
@echo
@echo "The only target here is 'clean' (remove temp. files generated by SageMath)."
rm -Rf generate-tests.sage.py __pycache__/ kpsage.py

clean:
rm -Rf generate-tests.sage.py __pycache__/ kpsage.py
File renamed without changes.

0 comments on commit 8f2f09e

Please sign in to comment.