We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba2db9 commit 10480aeCopy full SHA for 10480ae
1 file changed
Makefile
@@ -16,7 +16,7 @@ minilisp: bestline.o
16
17
clean:
18
cd bestline && $(MAKE) clean
19
- rm -f minilisp *~
+ cd src && rm -f minilisp *~
20
21
test: minilisp
22
@./test.sh
0 commit comments