diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-03-08 21:02:19 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-03-08 21:02:19 -0500 |
| commit | 2f374005654ac3865833bfccf2cde6930a8f6472 (patch) | |
| tree | 065df95994294b9d541ce76bb95f51b0fbd449f8 /make | |
| parent | 8aeff9bca7a504924400f098d8b8dce5e3d62afc (diff) | |
renamed make to build.sh
Diffstat (limited to 'make')
| -rwxr-xr-x | make | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -1,17 +0,0 @@ -#!/bin/sh - -DEBUG="" -LIB="-Ilib/ -lSDL2_gfx $(pkg-config --cflags --libs libpipewire-0.3) -I/usr/include/spa-0.2" - -while getopts "d" opt; do - case "$opt" in - d) DEBUG="-Wall -fsanitize=address -g" - ;; - esac -done - -shift $((OPTIND-1)) -[ "${1:-}" = "--" ] && shift - -printf "\n\nmaking project\n" -clang -o "audio_reactive" src/main.c $LIB `sdl2-config --cflags --libs` -lm $DEBUG |
