mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
6 lines
122 B
Makefile
6 lines
122 B
Makefile
PREFIX = /usr/local
|
|
|
|
CFLAGS = -g -std=c99 -pedantic -Wall -I/usr/include/mysql
|
|
LDFLAGS = -g -lalpm -lmysqlclient
|
|
|
|
CC = cc
|