commit 07fd1c66c64013984489b697dc6441cc4d505cc8
Author: Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Tue Nov 29 14:13:56 2016 +0100
Commit: Roberto E. Vargas Caballero <[email protected]>
CommitDate: Tue Nov 29 14:13:56 2016 +0100
Use ln instead of cp
All the targets use ln instead of cp, so it is better to use
the same logic everywhere.
diff --git a/Makefile b/Makefile
index 011274b..8b1f90a 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ all: driver/$(DRIVER)/scc
driver/$(DRIVER)/scc: bin
cd driver/$(DRIVER)/ && $(MAKE) scc
- cp -f driver/$(DRIVER)/scc bin/scc
+ ln -f driver/$(DRIVER)/scc bin/scc
$(ARCHS): bin
mkdir -p bin