Makefiles: remove spurious spaces/tabs

This commit is contained in:
Philippe Teuwen 2019-03-10 11:35:03 +01:00
commit 2f12e57408
13 changed files with 85 additions and 85 deletions

View file

@ -34,6 +34,6 @@ fpga_lf.ngc: fpga_lf.v fpga.ucf xst_lf.scr util.v clk_divider.v lo_edge_detect.v
help:
@echo Multi-OS Makefile, you are running on $(DETECTED_OS)
@echo Possible targets:
@echo + all - Make fpga.bit, the FPGA bitstream
@echo + all - Make fpga.bit, the FPGA bitstream
@echo + clean - Clean intermediate files, does not clean fpga.bit