diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-11-20 19:20:30 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-11-20 19:20:30 +0100 |
| commit | f9b0e18ccd4c0dc978887b5b2fb8eeb54b814393 (patch) | |
| tree | 2d6c6e631183955c3385975e7be25718641126fa | |
| parent | 6759fcc85583c11e4729a555e341c80f6dbd2c8e (diff) | |
fixed error in Makefile
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ myal: $(SRCDIR)/main.c $(CC) $(CFLAGS) $(SRCDIR)/main.c -o myal install: - $(INSTALL_PROGRAM) mvis $(PREFIX)$(BINDIR)/myal + $(INSTALL_PROGRAM) myal $(PREFIX)$(BINDIR)/myal clean: $(RM) myal |
