diff options
Diffstat (limited to 'Makefile')
| -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 |
