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