Fix typo in Makefile
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-03-27 06:19:47 +0000 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-03-27 06:19:47 +0000 |
| Commit | c7bdedb36bde9e26cc0ce4e58a9ce7e425f19ac2 (patch) |
|
-rw-r--r-- |
Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/Makefile b/Makefile | |||
| ... | |||
| 22 | [ -f config.h ] || cp config.def.h config.h |
22 | [ -f config.h ] || cp config.def.h config.h |
| 23 | 23 | ||
| 24 | install: all |
24 | install: all |
| 25 | install -Dm755 glitch $(DESTDIR)/usr/local/bin/glitch |
25 | install -Dm755 glitch $(DESTDIR)/bin/glitch |
| 26 | 26 | ||
| 27 | clean: |
27 | clean: |
| 28 | rm -f glitch |
28 | rm -f glitch |
| ... | |||