From bcf7944910559272ced992262842b102a45e9617 Mon Sep 17 00:00:00 2001
From: bbartels <bbartels@iastate.edu>
Date: Mon, 1 May 2017 19:45:38 -0500
Subject: [PATCH] Update Makefile

---
 quad/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/quad/Makefile b/quad/Makefile
index 8f71d2be8..cc83b3db0 100644
--- a/quad/Makefile
+++ b/quad/Makefile
@@ -22,6 +22,7 @@ bins:
 	$(MAKE) -C src/virt_quad
 	$(MAKE) -C src/gen_diagram
 
+# Currently does not work
 zybo:
 	bash scripts/build_zybo.sh
 
@@ -29,11 +30,9 @@ zybo:
 diagram:
 	$(MAKE) -C src/gen_diagram diagram
 
+# Currently does not work
 boot: $(BOOT)
 
-run-virt-quad:
-	$(MAKE) -C src/virt_quad run
-
 test: all
 	$(MAKE) -C src/queue test
 	$(MAKE) -C src/computation_graph test
@@ -54,5 +53,6 @@ clean:
 $(OUTDIR):
 	mkdir $(OUTDIR)
 
+# Currently does not work
 $(BOOT): zybo | $(OUTDIR)
 	bash scripts/xsdk/create_zybo_boot.sh
-- 
GitLab