Renamed project.

This commit is contained in:
Johannes Findeisen 2025-06-19 02:21:41 +02:00
commit 56edfe4e08
3 changed files with 5 additions and 5 deletions

View file

@ -1,12 +1,12 @@
all: all:
$(CC) -Wall -o checkpwrule checkpwrule.c $(CC) -Wall -o chkpwr chkpwr.c
clean: clean:
rm -f ./checkpwrule rm -f ./chkpwr
install: install:
cp ./checkpwrule /usr/bin/ cp ./chkpwr /usr/bin/
uninstall: uninstall:
rm -f /usr/bin/checkpwrule rm -f /usr/bin/chkr

View file

@ -1,4 +1,4 @@
# checkpwrule # chkpwr
More to come... More to come...