projects
/
users
/
dhowells
/
kafs-client.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d24e9c
)
Fix Makefile
author
David Howells <dhowells@redhat.com>
Fri, 9 Feb 2018 10:33:40 +0000
(10:33 +0000)
committer
David Howells <dhowells@redhat.com>
Fri, 9 Feb 2018 10:33:40 +0000
(10:33 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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 $@ $<
###############################################################################