This repository has been archived on 2025-09-08. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
chkpwr/Makefile
2025-06-19 02:21:41 +02:00

12 lines
128 B
Makefile

all:
$(CC) -Wall -o chkpwr chkpwr.c
clean:
rm -f ./chkpwr
install:
cp ./chkpwr /usr/bin/
uninstall:
rm -f /usr/bin/chkr