test and update the printf functionality
Signed-off-by: Ava Hahn <ava@aidanis.online>
This commit is contained in:
parent
eeaa710f68
commit
56f87419f1
3 changed files with 35 additions and 17 deletions
2
Makefile
2
Makefile
|
|
@ -20,7 +20,7 @@ ALOG_LIB = $(TARGET_DIR)/alog.so
|
|||
include $(dir $(lastword $(MAKEFILE_LIST)))tests/tests.mk
|
||||
|
||||
.PHONY: alog-so
|
||||
alog-so: $(if $(shell stat $(ALOG_LIB)), clean) $(ALOG_LIB)
|
||||
alog-so: $(if $(shell stat $(ALOG_LIB)), alog-clean) $(ALOG_LIB)
|
||||
|
||||
$(ALOG_LIB): $(TARGET_DIR) $(ALOG_OBJ)
|
||||
$(CC) $(LDFLAGS) -o $(ALOG_LIB) $(ALOG_OBJ)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue