summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9f38548..de8af58 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ tangnano9k.cst:
curl -LO https://github.com/YosysHQ/apicula/raw/refs/heads/master/examples/tangnano9k.cst
## helper targets
-.PHONY: clean flash show synth deps
+.PHONY: clean flash show
show: $(PROGRAM).v
yosys -p "read_verilog $<; show $(PROGRAM)"
@@ -36,10 +36,6 @@ flash: $(PROGRAM).fs
clean:
rm -rf *.json *.fs *.svg *.log *.dep
-synth: $(PROGRAM).json
-
-deps: $(PROGRAM).dep
-
## Patterns
# synthesize