]> rtime.felk.cvut.cz Git - mf6xx.git/blob - src/uio/mf624/userspace/test_application/Makefile
Working userspace application using UIO for MF624.
[mf6xx.git] / src / uio / mf624 / userspace / test_application / Makefile
1 FLAGS=-Wall -pedantic
2
3 all:
4         gcc main.c $(FLAGS) -ggdb -std=c99 -o main
5