@@ -12,7 +12,6 @@ main.o:
clean:
rm -f *.o
rm -f todd
rm /usr/local/bin/todd || true
todd: todo.o main.o
$(CC) $(CFLAGS) todo.o main.o -lncurses -o todd
@@ -21,3 +20,6 @@ all: todd
install: todd
cp todd /usr/local/bin/todd
uninstall:
The note is not visible to the blocked user.