dotfiles/local/bin/sample-compile-flags

4 lines
86 B
Bash
Executable File

#!/bin/sh
[ -e compile_flags.txt ] || printf '%s\n%s\n' '-I' '.' > compile_flags.txt