15 lines
110 B
Makefile
15 lines
110 B
Makefile
|
|
||
|
all:
|
||
|
|
||
|
install:
|
||
|
|
||
|
clean:
|
||
|
$(RM) *tar.gz.cdbs-config_list
|
||
|
$(RM) *.1 *.3
|
||
|
$(RM) doc/po4a.config
|
||
|
|
||
|
check:
|
||
|
|
||
|
test:
|
||
|
|