mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2024-11-23 11:49:50 +00:00
add "make all" target
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@129 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
parent
38713504c0
commit
854f13b289
2
Makefile
2
Makefile
@ -29,6 +29,8 @@ $(PROGRAM).so: $(OBJS)
|
||||
$(AR) rcs $(PROGRAM).a $(OBJS)
|
||||
$(LD) $(LDFLAGS) -o $(PROGRAM).so $(OBJS) $(LDADD)
|
||||
|
||||
all: $(PROGRAM).so
|
||||
|
||||
install: $(PROGRAM).so
|
||||
$(INSTALL) -d -m 755 $(INCLUDEDIR)/kqueue/sys
|
||||
$(INSTALL) -m 644 include/sys/event.h $(INCLUDEDIR)/kqueue/sys/event.h
|
||||
|
Loading…
Reference in New Issue
Block a user