Skip to content

Commit

Permalink
Fix #424: add clean target to IAEA phsp makefile
Browse files Browse the repository at this point in the history
The clean target was already added in commit ee9db6f, so this commit
only adds the phony clean target.
  • Loading branch information
blakewalters authored and ftessier committed Sep 25, 2018
1 parent b0b25c1 commit cfe8a26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HEN_HOUSE/iaea_phsp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ $(DSO2)iaea_header.$(obje): iaea_record.h $(my_common_deps)

clean:
$(REMOVE) $(DSO2)iaea_phsp.$(obje) $(DSO2)iaea_header.$(obje) $(DSO2)iaea_record.$(obje)

.PHONY: clean

0 comments on commit cfe8a26

Please sign in to comment.