From 136d5ae957d9481fa27833bfd8153dbbd4aca2c0 Mon Sep 17 00:00:00 2001 From: Alessandro Date: Fri, 10 Jan 2020 19:40:03 +0100 Subject: when build dist, init first --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 9728926..70e354b 100644 --- a/makefile +++ b/makefile @@ -22,7 +22,7 @@ init: if not exist $(BIN) mkdir $(BIN) if not exist $(OBJ) mkdir $(OBJ) -dist: +dist: init $(CC) /Fo$(OBJ)\ $(cdebug) $(cflags) $(cvars) $(SRC)\*.c /link $(LIBS) /OUT:$(BIN)\$(NAME).exe dll: init -- cgit v1.2.3