@@ -1,2 +1,3 @@
*.out
*.fasl
*.txt
@@ -9,6 +9,9 @@ btree.out: btree.cpp
list.out: list.cpp
$(CC) $(CFLAGS) $^ -o $@
bsearch.out: bsearch.cpp
.PHONY: run
run: $(OUT)
./$^
The note is not visible to the blocked user.