mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
8 lines
93 B
Makefile
8 lines
93 B
Makefile
TARGET = libnishbox.a
|
|
OBJS =
|
|
|
|
include ../common.mk
|
|
|
|
$(TARGET): $(OBJS)
|
|
$(AR) rcs $@ $(OBJS)
|