Browse Source

Fix mistake rm command

master
x3 2 years ago
parent
commit
b9465c916e
Signed by: x3 <sugarpanning@cock.li> GPG Key ID: 7E9961E8AD0E240E
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -22,7 +22,7 @@ install: $(PROGNAME)
install -s -- $< $(InstallPrefix)/$(PROGNAME)

uninstall:
rm -r -- $(InstallPrefix)/$(PROGNAME)
rm -f -- $(InstallPrefix)/$(PROGNAME)

$(PROGNAME): $(OBJS)
$(CC) -o $@ $+ $(CFLAGS) $(CPPFLAGS)


Loading…
Cancel
Save