Commit f14c4bf5 authored by Adam Blank's avatar Adam Blank
Browse files

Update Makefile

parent 4bd27fd5
Pipeline #104469 failed with stage
Showing with 1 addition and 0 deletions
+1 -0
...@@ -80,6 +80,7 @@ CLEAN_COMMAND = find out/ ! -name .gitignore -type f -delete && \ ...@@ -80,6 +80,7 @@ CLEAN_COMMAND = find out/ ! -name .gitignore -type f -delete && \
find bin/ ! -name .gitignore -type f -delete find bin/ ! -name .gitignore -type f -delete
clean: clean:
mkdir -p out bin
$(CLEAN_COMMAND) $(CLEAN_COMMAND)
# This special rule tells Make that "all", "clean", and "test" are rules # This special rule tells Make that "all", "clean", and "test" are rules
......
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