9 lines
156 B
Makefile
9 lines
156 B
Makefile
|
# $XFree86: $
|
||
|
|
||
|
# this is not even built in the monolith, so don't install it
|
||
|
noinst_PROGRAMS = stormdwg
|
||
|
|
||
|
stormdwg_SOURCES = stormdwg.c
|
||
|
|
||
|
EXTRA_DIST = README
|