diff options
| author | Loic Guegan <manzerberdes@gmx.com> | 2019-05-06 12:05:15 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerberdes@gmx.com> | 2019-05-06 12:05:15 +0200 |
| commit | 9305e544d3c3b3ad49a47587616f2bde1dd8d323 (patch) | |
| tree | fe905a3e7118e902d95a31677f9fffeb5ffbc7bb /ns3-simulations/nix/simulator | |
| parent | f9d8e59ebbd697948f718f295bafa492f2d0947c (diff) | |
Debug+Add g5k logs
Diffstat (limited to 'ns3-simulations/nix/simulator')
| -rw-r--r-- | ns3-simulations/nix/simulator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ns3-simulations/nix/simulator/Makefile b/ns3-simulations/nix/simulator/Makefile index ffe03a4..63c0141 100644 --- a/ns3-simulations/nix/simulator/Makefile +++ b/ns3-simulations/nix/simulator/Makefile @@ -17,7 +17,7 @@ $(EXEC): $(SRC) @echo -e "\e[32mDon't forget to define NS3_PATH env variable !\e[0m" g++ -g -D NS3_VERSION=${NS3_VERSION} $(NS3_ARGS) $(SRC) -o $@ @echo -e "\e[32mRun the following command before running $(EXEC):\e[0m" - @echo -e "\e[32mexport LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${NIX}/lib\e[0m" + @echo -e "\e[32mexport LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${NS3_PATH}/lib\e[0m" clean: - rm $(EXEC) |
