From 102ded275951f107447434c933d1e3d98ac82bfa Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Wed, 1 Apr 2026 22:18:41 +0200 Subject: rename to burstdog --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5f7c715..e578636 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ CFLAGS = -O3 -Wall -Wextra PREFIX = /usr/local -watchdog: watchdog.c - $(CC) $(CFLAGS) watchdog.c -o watchdog +burstdog: burstdog.c + $(CC) $(CFLAGS) burstdog.c -o burstdog -install: watchdog - install -Dm 755 watchdog "$(PREFIX)/bin/watchdog" +install: burstdog + install -Dm 755 burstdog "$(PREFIX)/bin/burstdog" .PHONY: install -- cgit v1.2.3