mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-24 07:35:43 +00:00
7 lines
88 B
Makefile
7 lines
88 B
Makefile
|
|
CPPFLAGS = -I../../../include
|
||
|
|
|
||
|
|
timestamping: timestamping.c
|
||
|
|
|
||
|
|
clean:
|
||
|
|
rm -f timestamping
|