commit ce9471ba905772a746e492519f392e020394aaba parent d0ff2188c4987a836a09e0d3a4d934dfa0160efe Author: hhvn <dev@hhvn.uk> Date: Sun, 15 Jan 2023 21:16:14 +0000 Fix makefile when used without dev/config.mk Diffstat:
M | Makefile | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -12,6 +12,8 @@ LDFLAGS = $(RAYLIB) $(DBLIB) include config.mk all: db data $(BIN) +.testing: + touch .testing src/main.o: .testing .c.o: