mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 00:40:52 +00:00
9 lines
97 B
Makefile
9 lines
97 B
Makefile
|
ifdef SILENT
|
||
|
MAKEFLAGS+=--no-print-directory
|
||
|
endif
|
||
|
|
||
|
all :
|
||
|
|
||
|
% ::
|
||
|
@$(MAKE) -C src $(MAKECMDGOALS)
|