summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoruvok2025-12-25 11:15:38 +0100
committeruvok2025-12-25 11:15:38 +0100
commitcfd07649c45036241239668c0e0061e61a5f8440 (patch)
tree41396294f6545682c443dbb0d57440ab16b60457 /Makefile
parent4ad7c9ae43a73c233c35f6382736e5bb9258f821 (diff)
Remove explicit synth and deps rule
explicit rule prevents it from being an intermediate file
Diffstat (limited to 'Makefile')
-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