Files
xbps-make/core/wsupp-libc.d/files/nlusctl.mk
2024-07-18 23:13:48 +00:00

13 lines
107 B
Makefile

OBJ= \
get.o \
get_base.o \
get_nest.o \
put.o \
recv.o \
recv_msg.o
all: $(OBJ)
clean:
rm -f *.o