]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - src/displayd/Makefile.omk
Merge branch 'maint-demo'
[eurobot/public.git] / src / displayd / Makefile.omk
1 # -*- makefile -*-
2
3 #bin_PROGRAMS += displayd
4 displayd_SOURCES = displayd.c uoled.c
5 lib_LOADLIBES = roboorte robottype orte pthread sercom rt m
6
7
8 test_PROGRAMS  = test_uoled
9 test_uoled_SOURCES = test_uoled.c uoled.c 
10