Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

Commit 54845a3

Browse files
committed
"make uninstall" without errors
1 parent 1cf5858 commit 54845a3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

tools/tinyos/c/blip/lib6lowpan/tests/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ all: $(TARGETS)
1515

1616
install:
1717

18+
uninstall:
19+
1820
check:
1921
./run.sh
2022

tools/tinyos/c/coap/Makefile.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,10 @@ dist: $(FILES) $(SUBDIRS)
105105
tar czf $(package).tar.gz $(DISTDIR)
106106

107107
install:
108-
@echo "No need to install COAP"
108+
@echo "No need to install CoAP"
109+
110+
uninstall:
111+
@echo "No need to uninstall CoAP"
109112

110113
TAGS:
111114
$(ETAGS) -o $@.new $(SOURCES)

0 commit comments

Comments
 (0)