Skip to content

Commit

Permalink
Add version to be delete in clean target for Fortran code.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 21, 2024
1 parent d77da70 commit 0846760
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 @@ -127,7 +127,7 @@ logo:
make -C media

clean:
rm -rf $(F_SRC) $(SRC_FYPP_F90) $(STDLIB)
rm -rf $(F_SRC) ./src/codata_version.f90 $(SRC_FYPP_F90) $(STDLIB)
fpm clean --all
rm -rf API-doc/*
# ---------------------------------------------------------------------

0 comments on commit 0846760

Please sign in to comment.