We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40263a commit 648496eCopy full SHA for 648496e
2 files changed
.gitignore
@@ -23,4 +23,3 @@ target
23
### custom section ###
24
25
notes/
26
-exercises_downloader/exercises/
Makefile
@@ -7,4 +7,4 @@ build-executable:
7
download-exercises:
8
$(MAKE) build-executable && \
9
exercises_downloader/target/release/exercises_downloader && \
10
- echo ... all done
+ echo ... all done
0 commit comments