mirror of
https://github.com/morgant/mlvwm.git
synced 2024-11-22 01:31:16 +00:00
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
XCOMM Imakefile for MLVWM
|
|
|
|
#define IHaveSubdirs
|
|
SUBDIRS = mlvwm sample_rc man
|
|
#define PassCDebugFlags
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
|