mirror of
https://github.com/10h30/lookbusy.git
synced 2026-05-12 23:31:28 +09:00
8 lines
96 B
Makefile
8 lines
96 B
Makefile
# $Id$
|
|
|
|
bin_PROGRAMS=lookbusy
|
|
man_MANS=lookbusy.1
|
|
lookbusy_SOURCES=lb.c
|
|
|
|
EXTRA_DIST=$(man_MANS)
|