@@ -14,5 +14,9 @@ bin/%: src/%.c $(STDLIB_SOURCES) $(STDLIB_HEADERS)
gcc $(CFLAGS) $< $(STDLIB_SOURCES) -o $@
strip -R .comment $@
out/%.txt: in/%.txt bin/%
@mkdir -p $(@D)
<$< bin/$* >$@
clean:
rm -rf bin
The note is not visible to the blocked user.