1
0
mirror of https://github.com/ssb22/scan-reflow.git synced 2023-06-16 10:02:22 +00:00
scan-reflow/Makefile.test

6 lines
90 B
Makefile

# -*- mode: makefile -*-
test:
# at least check it compiles
$(CC) reflow.c
.PHONY: test