Skip to content

Commit

Permalink
updating makefile example rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hall committed Sep 10, 2015
1 parent 6e840b9 commit ddeb594
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 @@ -42,7 +42,7 @@ compile_tests: clean ${OBJ}
@${CC} test_generic_linear_hash.c -o test_glh ${LDFLAGS} ${OBJ}
@make -s cleanobj

example: ${OBJ}
example: clean ${OBJ}
@echo "compiling and running example"
@${CC} example.c -o example ${LDFLAGS} ${OBJ}
./example
Expand Down

0 comments on commit ddeb594

Please sign in to comment.