mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
10 lines
192 B
Makefile
10 lines
192 B
Makefile
CFLAGS += -iquote../../../../include/uapi -Wall
|
|
peeksiginfo: peeksiginfo.c
|
|
|
|
all: peeksiginfo
|
|
|
|
clean:
|
|
rm -f peeksiginfo
|
|
|
|
run_tests: all
|
|
@./peeksiginfo || echo "peeksiginfo selftests: [FAIL]"
|