diff options
Diffstat (limited to 'pages/Makefile')
-rw-r--r-- | pages/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/Makefile b/pages/Makefile index 70b6647..8ab9c87 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -20,6 +20,8 @@ OBJS = menu.o event_widget.o channels.o schedule.o whats_on_now.o whats_on_next .PHONY: all clean +all: libpages.a + ### Implicit rules: %.o: %.cpp @@ -42,8 +44,6 @@ OBJS = menu.o event_widget.o channels.o schedule.o whats_on_now.o whats_on_next ### Targets: -all: libpages.a - libpages.a: $(OBJS) $(AR) r $@ $^ |