fix readme and add test instructions

Signed-off-by: Aidan Hahn <aidan@aidanis.online>
This commit is contained in:
Aidan Hahn 2022-03-07 11:40:22 -08:00
parent ca1e2e3453
commit 9ee1aacd83
No known key found for this signature in database
GPG key ID: 327711E983899316
2 changed files with 5 additions and 3 deletions

View file

@ -19,7 +19,7 @@ ALOG_LIB = $(TARGET_DIR)/alog.so
include $(dir $(lastword $(MAKEFILE_LIST)))tests/tests.mk
.PHONY: so
.PHONY: alog-so
alog-so: $(if $(shell stat $(ALOG_LIB)), clean) $(ALOG_LIB)
$(ALOG_LIB): $(TARGET_DIR) $(ALOG_OBJ)