mirror of
https://github.com/singchia/frontier.git
synced 2026-04-22 16:07:04 +08:00
4 lines
87 B
Makefile
4 lines
87 B
Makefile
PREFIX?=/usr
|
|
BINDIR?=$(PREFIX)/bin
|
|
CONFDIR?=$(PREFIX)/conf
|
|
VERSION=$(shell cat VERSION)
|