feat(ltm): PoC paste pages
This commit is contained in:
parent
11421dca74
commit
8c2a7a640d
6 changed files with 60 additions and 9 deletions
6
Makefile
6
Makefile
|
|
@ -42,7 +42,11 @@ liblsm:
|
|||
liblnm:
|
||||
$(MAKE) -C lnm
|
||||
|
||||
$(BIN): liblsm liblnm $(OBJS)
|
||||
.PHONY: libltm
|
||||
libltm:
|
||||
$(MAKE) -C ltm
|
||||
|
||||
$(BIN): liblsm liblnm libltm $(OBJS)
|
||||
$(CC) -o $@ $(OBJS) $(_LDFLAGS)
|
||||
|
||||
$(BUILD_DIR)/$(SRC_DIR)/%.c.o: $(SRC_DIR)/%.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue