Removed deprecated rules.
This commit is contained in:
parent
2c67936d6d
commit
b1d87bf0d3
|
@ -23,12 +23,6 @@ ifndef BASE_IP
|
||||||
BASE_IP := 172.16.1.1
|
BASE_IP := 172.16.1.1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
send: $(CONTIKI)/tools/codeprop.c
|
|
||||||
cc -Wall $^ -o send
|
|
||||||
|
|
||||||
%.send: %.cm send
|
|
||||||
send $(BASE_IP) $<
|
|
||||||
|
|
||||||
### System dependent Makefile
|
### System dependent Makefile
|
||||||
|
|
||||||
ifndef WINDIR
|
ifndef WINDIR
|
||||||
|
|
Loading…
Reference in a new issue