summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/Makefile b/pages/Makefile
index 3a08054..70b6647 100644
--- a/pages/Makefile
+++ b/pages/Makefile
@@ -42,10 +42,10 @@ OBJS = menu.o event_widget.o channels.o schedule.o whats_on_now.o whats_on_next
### Targets:
-all: libpages.o
+all: libpages.a
-libpages.o: $(OBJS)
- $(LD) -i -o $@ $^
+libpages.a: $(OBJS)
+ $(AR) r $@ $^
clean:
@rm -f *~ *.o core* libpages.a $(OBJS:%.o=%.cpp)