Skip to content

Commit 10480ae

Browse files
committed
Moved sources to src directory
Fix Makefile
1 parent 7ba2db9 commit 10480ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ minilisp: bestline.o
1616

1717
clean:
1818
cd bestline && $(MAKE) clean
19-
rm -f minilisp *~
19+
cd src && rm -f minilisp *~
2020

2121
test: minilisp
2222
@./test.sh

0 commit comments

Comments
 (0)