Skip to content

Commit

Permalink
Update install
Browse files Browse the repository at this point in the history
  • Loading branch information
subjectxbj committed Mar 26, 2018
1 parent bb16a47 commit b288698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ config.o: config.c
$(CC) -c $(CFLAGS) config.c -o config.o $(ALLOWED_INCLUDE_PATHS)
install:
cp $(EXE) $(ROOTFS)/usr/local/bin/
mkdir $(ROOTFS)/etc/alexa
cp -r web $(ROOTFS)/etc/alexa/

clean:
rm $(OBJS)
Expand Down

0 comments on commit b288698

Please sign in to comment.