Xmd/scripts/flags.sh
2023-11-10 17:39:10 -05:00

6 lines
121 B
Bash

#!/bin/sh
CFLAGS="-std=c99 -Wall -Wextra -Wpedantic -Werror -fPIC"
PREFIX="/usr/local"
APP_LIBS="-lXmd -lXm -lXt -lX11"