aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProsperousPotato <114923153+ProsperousPotato@users.noreply.github.com>2025-07-26 18:40:44 +0100
committerGitHub <noreply@github.com>2025-07-26 18:40:44 +0100
commit6d3abc654fa5fab27e932eb08df7627258a1e9f2 (patch)
tree72b876d3842cb87884e8520277e06887eed9d55c
parent84c2882c05455429f8dab4ec5ee1651f1d858972 (diff)
Update Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 28f0eff..7df94f9 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ CFLAGS += -lX11 -lXfixes -lXi
all: xhidecursor
xhidecursor: main.c Makefile
- $(CC) $(CFLAGS) -o $@ main.c
+ $(CC) $(CFLAGS) -o $@ main.c
install: all
install -D xhidecursor $(DESTDIR)$(PREFIX)/xhidecursor