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