Fix Makefile
authorDavid Howells <dhowells@redhat.com>
Fri, 9 Feb 2018 10:33:40 +0000 (10:33 +0000)
committerDavid Howells <dhowells@redhat.com>
Fri, 9 Feb 2018 10:33:40 +0000 (10:33 +0000)
Makefile

index c9e3a93ecd51d6e6a8e41c07ab154a5d34cd2a2b..27f5923c7d77e2063b83db7ade27f87c2b02a6a9 100644 (file)
--- 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 $@ $<
 
 ###############################################################################