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