10 lines
69 B
Makefile
10 lines
69 B
Makefile
DEBUG :=
|
|
export DEBUG
|
|
|
|
|
|
all:
|
|
cd gowrikumar && $(MAKE)
|
|
|
|
|
|
.PHONY: all
|