updated makefile

This commit is contained in:
locker98 2024-12-16 09:59:30 -05:00
parent b8fed4fb23
commit 77126a8dc6
2 changed files with 10 additions and 9 deletions

2
.gitignore vendored
View File

@ -2,7 +2,7 @@
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
logfile
# C extensions # C extensions
*.so *.so

View File

@ -9,3 +9,4 @@ update_and_build:
else \ else \
echo "No updates. Skipping build."; \ echo "No updates. Skipping build."; \
fi fi