Skip to content

Commit

Permalink
Minor fixes to makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Cobley committed Mar 8, 2013
1 parent 0dc9c31 commit c2d133f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vc/sdk/opt/vc/src/hello_pi/hello_teapot/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OBJS=triangle.o video.o models.o
BIN=hello_taepot.bin
BIN=hello_teapot.bin
LDFLAGS+=-lilclient

include ../Makefile.include
Expand Down
2 changes: 2 additions & 0 deletions vc/sdk/opt/vc/src/hello_pi/rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ make -C hello_dispmanx clean
make -C hello_tiger clean
make -C hello_encode clean
make -C hello_jpeg clean
make -C hello_teapot clean

make -C libs/ilclient
make -C libs/vgfont
Expand All @@ -23,4 +24,5 @@ make -C hello_dispmanx
make -C hello_tiger
make -C hello_encode
make -C hello_jpeg
make -C hello_teapot

0 comments on commit c2d133f

Please sign in to comment.