mirror of
https://github.com/gnuton/asuswrt-merlin.ng.git
synced 2025-05-19 07:51:46 +02:00
10 lines
143 B
Makefile
10 lines
143 B
Makefile
install:
|
|
|
|
clean:
|
|
|
|
EXE: envram envrams
|
|
|
|
all: $(EXE)
|
|
|
|
$(EXE):
|
|
cp -f $(TOP_PLATFORM)/$(shell pwd | sed 's/\(.*router-sysdep\/\)//')/envram/$@ ./
|