Skip to content
Snippets Groups Projects
Commit 5cc7e57e authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Add clean and distclean target to Makefile

parent 07575e8c
Branches
No related tags found
No related merge requests found
...@@ -27,3 +27,10 @@ $(OUT_DIR)%.o: src/%.c Makefile ...@@ -27,3 +27,10 @@ $(OUT_DIR)%.o: src/%.c Makefile
$(OUT_DIR)md5sum.o: ./src/libhash.h $(OUT_DIR)md5sum.o: ./src/libhash.h
$(OUT_DIR)sha512sum.o: ./src/libhash.h $(OUT_DIR)sha512sum.o: ./src/libhash.h
clean:
rm -f *~ src/*~
distclean: clean
rm -rf target
rm -f rust-hashtoc.spec
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment