diff options
| author | uvok | 2025-12-25 11:15:38 +0100 |
|---|---|---|
| committer | uvok | 2025-12-25 11:15:38 +0100 |
| commit | cfd07649c45036241239668c0e0061e61a5f8440 (patch) | |
| tree | 41396294f6545682c443dbb0d57440ab16b60457 | |
| parent | 4ad7c9ae43a73c233c35f6382736e5bb9258f821 (diff) | |
Remove explicit synth and deps rule
explicit rule prevents it from being an intermediate file
| -rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |
