mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2025-02-18 19:28:15 +00:00
![mheily](/assets/img/avatar_default.png)
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@37 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
8 lines
105 B
Makefile
8 lines
105 B
Makefile
include config.mk
|
|
|
|
all:
|
|
gcc $(CFLAGS) main.c evfilt_read.c evfilt_signal.c $(LDADD)
|
|
|
|
clean:
|
|
rm -f *.o
|