Add sample compile_flags.txt generator
This commit is contained in:
3
local/bin/sample-compile-flags
Executable file
3
local/bin/sample-compile-flags
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ -e compile_flags.txt ] || printf '%s\n%s\n' '-I' '.' > compile_flags.txt
|
Reference in New Issue
Block a user