Xmd/scripts/flags.sh

6 lines
110 B
Bash
Raw Normal View History

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