mdtest/src/C/cbif/Makefile

6 lines
47 B
Makefile

all:
$(CC) cbif.c -o cbif
clean:
rm -f cbif