mirror of
https://github.com/gnuton/asuswrt-merlin.ng.git
synced 2025-05-19 16:02:36 +02:00
11 lines
203 B
Makefile
11 lines
203 B
Makefile
#***********************************************************************
|
|
#
|
|
# Makefile
|
|
#
|
|
#***********************************************************************
|
|
|
|
all:
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
-rm -rf *.o
|