]> rtime.felk.cvut.cz Git - mf6xx.git/blob - src/uio/userspace/test_application/Makefile
Initial commit of Comedi driver for MF624 card; Original author Francois Poulain...
[mf6xx.git] / src / uio / userspace / test_application / Makefile
1 FLAGS=-Wall -pedantic
2
3 all:
4         gcc main.c $(FLAGS) -std=c99 -o main
5