Explorar el Código

Fix mistake rm command

master
x3 hace 2 años
padre
commit
b9465c916e
Firmado por: x3 <sugarpanning@cock.li> ID de clave GPG: 7E9961E8AD0E240E
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -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)


Cargando…
Cancelar
Guardar