6 lines
81 B
Makefile
6 lines
81 B
Makefile
include ../../dotfiles.mk
|
|
|
|
all: compton.conf
|
|
|
|
%.conf: %.org
|
|
$(call tangle,conf)
|