mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
8 lines
108 B
Makefile
8 lines
108 B
Makefile
all:
|
|
gcc posix_timers.c -o posix_timers -lrt
|
|
|
|
run_tests: all
|
|
./posix_timers
|
|
|
|
clean:
|
|
rm -f ./posix_timers
|