summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2017-11-28 18:31:04 +0100
committernsensfel <SpamShield0@noot-noot.org>2017-11-28 18:31:04 +0100
commite8699e6fd18e576423fa8c2261a3c426efe61d77 (patch)
treef66c53bd115cef2c2894fe868109b308b6b4602b /Makefile
parent16e106fcc4eb3c030ffa59cb2e43e948ed6e21cb (diff)
And that was the wrong arrow...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7432b2..b54f612 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ clean:
$(INCLUDE_DIR)/yaws_api.hrl: $(YAWS_API_HEADER) $(INCLUDE_DIR)
- cp $^ $@
+ cp $< $@
$(BIN_DIR):
mkdir -p $@