From 16a3af27c4f850e79f2769bebc0d3803f8f94355 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Tue, 10 Sep 2019 00:00:29 -0700 Subject: [PATCH] Updated build dependencies in calculator Makefile. --- software/4func_calculator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/4func_calculator/Makefile b/software/4func_calculator/Makefile index 05769ed..8a45933 100644 --- a/software/4func_calculator/Makefile +++ b/software/4func_calculator/Makefile @@ -14,5 +14,5 @@ calc: clean: @rm -f $(BIN) -sim: +sim: calc $(NEDSIM) -i $(BIN) -- 2.20.1