Removed deprecated rules.

This commit is contained in:
nvt-se 2007-12-13 11:29:12 +00:00
parent 2c67936d6d
commit b1d87bf0d3

View File

@ -23,12 +23,6 @@ ifndef BASE_IP
BASE_IP := 172.16.1.1
endif
send: $(CONTIKI)/tools/codeprop.c
cc -Wall $^ -o send
%.send: %.cm send
send $(BASE_IP) $<
### System dependent Makefile
ifndef WINDIR