diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-22 11:14:54 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-22 11:14:54 -0400 |
| commit | c293d3cc413991e4fb18b963427a6e55afd2b5c0 (patch) | |
| tree | 0adc4aba00d9f6497e09c4b77b6017d2cd3bb54a /snag/configure | |
| parent | 5365f8fa8d6ebfbf3ba92816abe55a99feff6f25 (diff) | |
organization and url stuff
Diffstat (limited to 'snag/configure')
| -rwxr-xr-x | snag/configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/snag/configure b/snag/configure index 9b73f97..757df3a 100755 --- a/snag/configure +++ b/snag/configure @@ -37,7 +37,6 @@ for target in $(echo "debug release"); do write ' description = CC $out' write " command = gcc -MD -MF \$out.d \$cflags_$target -c \$in -o \$out" - files="$(find . -name '*.c')" sedstr=$(printf 's,^\./\(.*\)\.c$,%s\/%s\/\\1.o,g' ${builddir} ${target}) ofiles=$(echo "$files" | sed ${sedstr}) |
