From 568f59d5efbd10fb9178a623b873bdddd4c01672 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 20 Mar 2015 15:36:44 +0100 Subject: initial commit --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b32c051 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ + + +nlsockd_SRCS = nlsockd.c +nlsockd_OBJS = $(nlsockd_SRCS:%.c=%.o) + +nlsockd: $(nlsockd_OBJS) + echo $^ + $(CC) -o $@ $(CFLAGS) $($@_CFLAGS) $($@_OBJS) $(LDFLAGS) $($@_LDFLAGS) + -- cgit v1.2.3