Commit 292df91a authored by Adam Blank's avatar Adam Blank
Browse files

Update Makefile

parent 9f28f338
No related merge requests found
Pipeline #104468 failed with stage
in 0 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -76,8 +76,8 @@ CLEAN_COMMAND = find out/ ! -name .gitignore -type f -delete && \
find bin/ ! -name .gitignore -type f -delete
clean:
$(CLEAN_COMMAND)
mkdir -p out bin
$(CLEAN_COMMAND)
# This special rule tells Make that "all", "clean", and "test" are rules
# that don't build a file.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment