dotfiles/local/bin/sample-compile-flags

4 lines
86 B
Plaintext
Raw Normal View History

2021-08-22 18:20:38 -04:00
#!/bin/sh
[ -e compile_flags.txt ] || printf '%s\n%s\n' '-I' '.' > compile_flags.txt