aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro <info@alessandroiezzi.it>2020-01-10 19:40:03 +0100
committerAlessandro <info@alessandroiezzi.it>2020-01-10 19:40:03 +0100
commit136d5ae957d9481fa27833bfd8153dbbd4aca2c0 (patch)
tree09a6c5a63ff7bfcb79564af8d16be32110f77e55
parent538f60470c6d2fb3c9bc7efdd507653454eedbbb (diff)
downloadutils-136d5ae957d9481fa27833bfd8153dbbd4aca2c0.tar.gz
utils-136d5ae957d9481fa27833bfd8153dbbd4aca2c0.zip
when build dist, init first
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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