12 lines
248 B
Diff
12 lines
248 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -64,7 +64,7 @@
|
|
MAN3DIR=$(MANDIR)/man3
|
|
MAN7DIR=$(MANDIR)/man7
|
|
|
|
-all: $(LIBRARY) $(DEMOS)
|
|
+all: $(LIBRARY)
|
|
|
|
%.lo: %.c termkey.h termkey-internal.h
|
|
$(LIBTOOL) --mode=compile --tag=CC $(CC) $(CFLAGS) -o $@ -c $<
|