mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-13 16:31:55 +00:00
add simple install rule
This commit is contained in:
parent
6d437591fc
commit
5242883aa7
@ -1,3 +1,7 @@
|
||||
INSTALL= /usr/local/bin
|
||||
|
||||
################
|
||||
|
||||
LDFLAGS = -lftdi
|
||||
|
||||
TARGETS = bbmc
|
||||
@ -8,3 +12,6 @@ all: $(TARGETS)
|
||||
|
||||
clean:
|
||||
-rm $(TARGETS)
|
||||
|
||||
install: all
|
||||
cp bbmc $(INSTALL)
|
Loading…
x
Reference in New Issue
Block a user