mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2024-12-02 08:46:16 +00:00
6 lines
112 B
Makefile
6 lines
112 B
Makefile
|
test-lite: test-lite.c lite.h
|
||
|
gcc -g -O0 -Wall -Werror -o test-lite test-lite.c
|
||
|
|
||
|
check: test-lite
|
||
|
./test-lite
|