diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-05-31 11:55:40 +0200 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-05-31 11:55:40 +0200 |
| commit | 9eb9e4bca86fb1d616c8667737bf2095613615d0 (patch) | |
| tree | 5077be95bf34cbf660fbb94cfe3199c8bbf5b654 | |
| parent | 062573c79cfc3dcbc2313f85c6b7ebd76a5cf770 (diff) | |
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,6 +30,6 @@ install: libuconfig.a install --mode=0644 include/uconfig.h $(PREFIX)/include/ uninstall: - rm -f $(PREFIX)/lib/liuconfig.a $(PREFIX)/include/uconfig.h + rm -f $(PREFIX)/lib/libuconfig.a $(PREFIX)/include/uconfig.h .PHONY: all check clean install uninstall |
