diff options
Diffstat (limited to 'images')
-rw-r--r-- | images/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/images/Makefile b/images/Makefile index e9fcf3c..50853b9 100644 --- a/images/Makefile +++ b/images/Makefile @@ -20,6 +20,8 @@ OBJS = logo.o record.o active.o inactive.o .PHONY: all clean +all: libimages.a + ### Implicit rules: %.o: %.cpp @@ -30,8 +32,6 @@ OBJS = logo.o record.o active.o inactive.o ### Targets: -all: libimages.a - libimages.a: $(OBJS) $(AR) r $@ $^ |