libZRCola: Add standard default "all" make target
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
8bb1049cf0
commit
bd01e250b2
@ -11,6 +11,9 @@ SRCS := \
|
||||
|
||||
include ../../../include/props.mak
|
||||
|
||||
.PHONY: all
|
||||
all: ../lib/libZRCola.a
|
||||
|
||||
../lib/libZRCola.a: ../src/pch.h.gch $(OBJS)
|
||||
$(AR) $(ARFLAGS) $@ $(OBJS)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user