]> rtime.felk.cvut.cz Git - mf6xx.git/blob - src/uio/mf614/userspace/test_application/Makefile
MF624 UIO driver (krnel part only). Compilable version. Not tested.
[mf6xx.git] / src / uio / mf614 / userspace / test_application / Makefile
1 FLAGS=-Wall -pedantic
2
3 all:
4         gcc main.c $(FLAGS) -std=c99 -o main
5