summaryrefslogtreecommitdiff
path: root/Makefile
blob: aaefd373387f81e445abac854f581e399b752e61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Id$

all:	rc

edit:
	vi larswm.mc

rc:	larswm.mc larswm.m4
	m4 larswm.mc > $(HOME)/.larswmrc

reload:
	larsremote restart

install:	rc reload