Skip to content

Commit

Permalink
force creation of build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
abligh committed Sep 13, 2012
1 parent f7681cf commit 21d7f66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vncproxy/test/Makefile
Expand Up @@ -45,6 +45,7 @@ $(OUTPUT)/%.o: %.c $(IMGH)

# generate a .h file containing the images
$(IMGH): $(IMGS) makeimages
@mkdir -p $(BUILDDIRS)
./makeimages $(IMGS) > $(IMGH)

.PHONY: all clean
Expand Down

0 comments on commit 21d7f66

Please sign in to comment.