From: David Howells Date: Fri, 9 Feb 2018 10:33:40 +0000 (+0000) Subject: Fix Makefile X-Git-Tag: v0.3~21 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=200c483b79d661aa207b76133be3b9d0dc07dd4e;p=users%2Fdhowells%2Fkafs-client.git Fix Makefile --- diff --git a/Makefile b/Makefile index c9e3a93..27f5923 100644 --- a/Makefile +++ b/Makefile @@ -37,9 +37,9 @@ endif # Build stuff # ############################################################################### -all: kafs-client +all: aklog -kafs-client: kafs-client.c Makefile +aklog: aklog.c Makefile $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< ###############################################################################