Xmd/scripts/flags.sh

6 lines
110 B
Bash
Raw Normal View History

2023-11-03 15:59:24 -06:00
#!/bin/sh
CFLAGS="-std=c99 -Wall -Wextra -Werror -fPIC"
PREFIX="/usr/local"
APP_LIBS="-lXmd -lXm -lXt -lX11"