Skip to content

Commit 47a147c

Browse files
committed
Adds to Makefile clean target
1 parent bc5f0d7 commit 47a147c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
clean:
2-
rm -rf src/syntactes/__pycache__ src/syntactes/tests/__pycache__
2+
rm -rf src/syntactes/__pycache__ src/syntactes/tests/__pycache__ src/syntactes/parser/__pycache__
33
rm -rf dist src/syntactes.egg-info
44

55
test:

0 commit comments

Comments
 (0)