1 2 3 4 5 6 7 8 9 10 11 12 13 14
# SPDX-FileCopyrightText: 2022 Jeff Epler for Adafruit Industries # # SPDX-License-Identifier: MIT mfm: stand/main.c mfm_impl.h gcc -iquote . -o $@ $< .PHONY: test test: mfm ./mfm < flux.txt .PHONY: clean clean: rm -f mfm