Commit 3affc3bd authored by Alejandro Mery's avatar Alejandro Mery
Browse files

build: fix `make .gitignore`

parent 45c1d3ef
...@@ -39,5 +39,5 @@ fel: fel.c ...@@ -39,5 +39,5 @@ fel: fel.c
.gitignore: Makefile .gitignore: Makefile
@for x in $(TOOLS) '*.o' '*.swp'; do \ @for x in $(TOOLS) '*.o' '*.swp'; do \
echo $$x; \ echo "$$x"; \
done > $@ done > $@
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