README & Makefile

This commit is contained in:
2022-11-19 10:13:14 -08:00
parent b478f2bf82
commit 0e446769ed
2 changed files with 12 additions and 3 deletions

View File

@ -4,7 +4,7 @@ SRC_DIRS := ./src
# False targets
# (these are the only ones you manually run)
all: $(TARGET_EXEC)
all: libs $(TARGET_EXEC)
run: all
./$(TARGET_EXEC)