diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-25 10:17:03 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-25 10:17:03 +0000 |
| commit | 52cc7c1f80eda62f4bd02d5b0cfd6701e0043842 (patch) | |
| tree | d4bd44cc14ce1817d3236dbd0afb5ee50e6eb626 /Makefile | |
| parent | be13256681634e01fb3758591f4218d9611ae054 (diff) | |
version is pretty now :)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ install: pkgit install -d ${DESTDIR}${PREFIX}/bin install -m 755 pkgit ${DESTDIR}${PREFIX}/bin/pkgit +uninstall: ${DESTDIR}${PREFIX}/bin/pkgit + ${RM} ${DESTDIR}${PREFIX}/bin/pkgit + defconfig: @echo "Installing default config to ~/.config/pkgit ..." @mkdir -p ~/.config/pkgit |
