Updated build dependencies in calculator Makefile.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Tue, 10 Sep 2019 07:00:29 +0000 (00:00 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Tue, 10 Sep 2019 07:00:29 +0000 (00:00 -0700)
software/4func_calculator/Makefile

index 05769ed..8a45933 100644 (file)
@@ -14,5 +14,5 @@ calc:
 clean:
        @rm -f $(BIN)
 
 clean:
        @rm -f $(BIN)
 
-sim:
+sim: calc
        $(NEDSIM) -i $(BIN)
        $(NEDSIM) -i $(BIN)