Skip to content
Snippets Groups Projects
Commit 2fe818f5 authored by Douglas Guptill's avatar Douglas Guptill
Browse files

add __genmod.f90 to objclean

parent 47e9612f
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ $(LIBFILE): $(OBJECTS) $(UTILS) ...@@ -56,7 +56,7 @@ $(LIBFILE): $(OBJECTS) $(UTILS)
.PHONY: objclean .PHONY: objclean
objclean: objclean:
rm -f *.o *.mod $(COMPILE_OUT) rm -f *.o *.mod $(COMPILE_OUT) *__genmod.f90
.PHONY: distclean .PHONY: distclean
distclean: objclean distclean: objclean
......
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