Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Fixing typo in 'clean' section
  • Loading branch information
joshcriz committed Jan 16, 2015
1 parent e4ad301 commit a0dd396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/http_client/Makefile
Expand Up @@ -9,4 +9,4 @@ unix: $(SOURCES)
$(CC) -o $(PROG) $(SOURCES) $(CFLAGS)

clean:
rm -rf $(PROG) *.exe *.dSYM *.obj *.exp .*o *.lib
rm -rf $(PROG) *.exe *.dSYM *.obj *.exp *.o *.lib

0 comments on commit a0dd396

Please sign in to comment.