summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Fankhauser2020-11-23 19:20:11 +0100
committerAndreas Fankhauser2020-11-23 19:20:11 +0100
commitae353e8a4b9e5852703283528c5187d9fe0e54f7 (patch)
tree2dee8bfa7389833e40a4646fbefdf8a59053929a /Makefile
parent8eccf0372c8f11818cc1c3bcc749031b0a2209c1 (diff)
downloadgateleen-resclone-ae353e8a4b9e5852703283528c5187d9fe0e54f7.zip
gateleen-resclone-ae353e8a4b9e5852703283528c5187d9fe0e54f7.tar.gz
Use dash-case for executables.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 28ae48a..e1729d5 100644
--- a/Makefile
+++ b/Makefile
@@ -47,8 +47,8 @@ endif
default: dist
-link: \
- build/bin/gateleenResclone$(BINEXT) \
+link: \
+ build/bin/gateleen-resclone$(BINEXT) \
.PHONY: clean
clean:
@@ -62,7 +62,7 @@ build/obj/%.o: src/%.c
@mkdir -p $(shell dirname build/obj/$*)
$(CC) -c -o $@ $< $(CFLAGS) $(INCDIRS) \
-build/bin/gateleenResclone$(BINEXT): \
+build/bin/gateleen-resclone$(BINEXT): \
build/obj/entrypoint/gateleenResclone.o \
build/lib/libGateleenResclone$(LIBSEXT)
@echo "\n[\033[34mINFO \033[0m] Linking '$@'"