summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2017-11-28 18:31:04 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2017-11-28 18:31:04 +0100 |
commit | e8699e6fd18e576423fa8c2261a3c426efe61d77 (patch) | |
tree | f66c53bd115cef2c2894fe868109b308b6b4602b | |
parent | 16e106fcc4eb3c030ffa59cb2e43e948ed6e21cb (diff) |
And that was the wrong arrow...
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ clean: $(INCLUDE_DIR)/yaws_api.hrl: $(YAWS_API_HEADER) $(INCLUDE_DIR) - cp $^ $@ + cp $< $@ $(BIN_DIR): mkdir -p $@ |