ke was actually all kinds of fuggled

This commit is contained in:
2020-02-11 17:16:31 -08:00
parent 2729a02ecd
commit d7c4c0800d
4 changed files with 175 additions and 170 deletions

View File

@@ -10,7 +10,7 @@ all: build
.PHONY: build
build: $(BIN)
$(BIN): $(OBJS)
$(BIN): $(OBJS) defs.h
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
.PHONY: clean