Skip to content
Snippets Groups Projects
Commit 2d7d10c0 authored by Dave Whipp's avatar Dave Whipp
Browse files

make distclean now removes post executable

parent 75eb3414
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ objclean:
.PHONY: distclean
distclean: objclean
rm -f $(NAME) $(BIN).link.stderr $(BIN).link.stdout
rm -f $(NAME) $(BIN) $(BIN).link.stderr $(BIN).link.stdout
#.PHONY: more-output
#more-output:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment