mirror of
https://github.com/singchia/frontier.git
synced 2025-12-24 13:27:50 +08:00
4 lines
87 B
Makefile
4 lines
87 B
Makefile
PREFIX?=/usr
|
|
BINDIR?=$(PREFIX)/bin
|
|
CONFDIR?=$(PREFIX)/conf
|
|
VERSION=$(shell cat VERSION)
|