mirror of
https://github.com/fail0verflow/hbc.git
synced 2024-11-05 09:35:12 +01:00
12 lines
157 B
Makefile
12 lines
157 B
Makefile
|
all:
|
||
|
$(MAKE) -C stub release
|
||
|
$(MAKE) -C client
|
||
|
|
||
|
clean distclean:
|
||
|
$(MAKE) -C stub distclean
|
||
|
$(MAKE) -C client clean
|
||
|
|
||
|
install:
|
||
|
$(MAKE) -C client install
|
||
|
|