Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit 418ab02

Browse files
committed
Add a message for BSD users
1 parent c56cf14 commit 418ab02

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# GNU make is required to run this file. To install on *BSD, run:
2+
# gmake PREFIX=/usr/local install
3+
14
PREFIX ?= /usr
25
IGNORE ?=
36
THEMES ?= aurorae color-schemes konsole Kvantum plasma wallpapers yakuake
@@ -43,3 +46,8 @@ undo_release: _get_version
4346

4447

4548
.PHONY: all install uninstall _get_version dist release undo_release
49+
50+
# .BEGIN is ignored by GNU make so we can use it as a guard
51+
.BEGIN:
52+
@head -3 Makefile
53+
@false

0 commit comments

Comments
 (0)