patty/Makefile
XANTRONIX Development 34b854c6cc Initial implementation of doc/pattyd.conf.5
Add doc/pattyd.conf.5 to document the pattyd configuration file format
2024-03-01 00:20:47 -05:00

14 lines
231 B
Makefile

all:
$(MAKE) -C src all
$(MAKE) -C bin all
$(MAKE) -C examples all
install:
$(MAKE) -C src install
$(MAKE) -C bin install
$(MAKE) -C doc install
clean:
$(MAKE) -C src clean
$(MAKE) -C bin clean
$(MAKE) -C examples clean