14 lines
247 B
Plaintext
14 lines
247 B
Plaintext
|
# -*- Makefile -*-
|
||
|
|
||
|
LAYOUTS += layouts/tile.c
|
||
|
LAYOUTS += layouts/tile.h
|
||
|
|
||
|
LAYOUTS += layouts/floating.c
|
||
|
LAYOUTS += layouts/floating.h
|
||
|
|
||
|
LAYOUTS += layouts/max.c
|
||
|
LAYOUTS += layouts/max.h
|
||
|
|
||
|
LAYOUTS += layouts/fibonacci.c
|
||
|
LAYOUTS += layouts/fibonacci.h
|