comparison: .i3/Makefile
.i3/Makefile
- changeset 378
- e13ba40f4533
equal
deleted
inserted
replaced
|
1 all: config status |
|
2 |
|
3 config: config.d/* |
|
4 cat config.d/* > $@ |
|
5 |
|
6 status: status.d/* |
|
7 cat status.d/* > $@ |
|
8 |
|
9 clean: |
|
10 rm -f config status |
|
11 |
|
12 .PHONY: clean |