You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
234 B
19 lines
234 B
7 months ago
|
all:
|
||
|
$(MAKE) -C src
|
||
|
$(MAKE) -C utils
|
||
|
|
||
|
install:
|
||
|
$(MAKE) -C src install
|
||
|
# $(MAKE) -C utils install
|
||
|
$(MAKE) -C man install
|
||
|
|
||
|
clean:
|
||
|
rm -f *~ \#*
|
||
|
$(MAKE) -C src clean
|
||
|
$(MAKE) -C utils clean
|
||
|
$(MAKE) -C man clean
|
||
|
|
||
|
relabel:
|
||
|
|
||
|
test:
|