Skip to content

Commit

Permalink
Fix typo in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Anestis Bechtsoudis <[email protected]>
  • Loading branch information
anestisb committed Aug 26, 2016
1 parent 8a1a067 commit cc129c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ simg2img: $(SIMG2IMG_SRCS)
simg2simg: $(SIMG2SIMG_SRCS)
$(CC) $(CFLAGS) $(LIB_INCS) -o simg2simg $< $(LDFLAGS)

img2simg: $(IMG2SIMG_SRCS)$
img2simg: $(IMG2SIMG_SRCS)
$(CC) $(CFLAGS) $(LIB_INCS) -o img2simg $< $(LDFLAGS)

append2simg: $(APPEND2SIMG_SRCS)
Expand Down

0 comments on commit cc129c4

Please sign in to comment.