summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-04-05 17:14:18 -0300
committerEuAndreh <eu@euandre.org>2024-04-05 17:14:18 -0300
commitf8d6f136004175d5d9c9ff673c2ca722945cee17 (patch)
tree28c1f0d81f8b1fbfb04e00986d696e19e6d91412
parentrm -rf tools/ doc/* (diff)
downloadpindaiba-f8d6f136004175d5d9c9ff673c2ca722945cee17.tar.gz
pindaiba-f8d6f136004175d5d9c9ff673c2ca722945cee17.tar.xz
Makefile: Fix name of binary in "install" target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3db4dd3..ec0b8d3 100644
--- a/Makefile
+++ b/Makefile
@@ -155,7 +155,7 @@ install: all
'$(DESTDIR)$(SRCDIR)' \
'$(DESTDIR)$(INCLUDEDIR)' \
'$(DESTDIR)$(INCLUDEDIR)'/$(NAME)/
- cp src/main.bin '$(DESTDIR)$(BINDIR)'/$(NAME)
+ cp $(NAME).bin '$(DESTDIR)$(BINDIR)'/$(NAME)
cp lib$(NAME).a '$(DESTDIR)$(LIBDIR)'
cp src/$(NAME).h '$(DESTDIR)$(INCLUDEDIR)'
cp $(sources.h) '$(DESTDIR)$(INCLUDEDIR)'/$(NAME)/