mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-12-02 08:53:39 +00:00
e275d5ba1f
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
8 lines
95 B
Makefile
8 lines
95 B
Makefile
all:
|
|
@echo Nothing to be made.
|
|
|
|
clean:
|
|
rm -f *~ *.o *.d
|
|
|
|
install:
|
|
@echo Nothing to be made.
|