mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
7 lines
88 B
Makefile
7 lines
88 B
Makefile
|
CPPFLAGS = -I../../../include
|
||
|
|
||
|
timestamping: timestamping.c
|
||
|
|
||
|
clean:
|
||
|
rm -f timestamping
|