Skip to content

Commit

Permalink
Add version to be deleted in clean target for C code.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 21, 2024
1 parent 0846760 commit b0d0099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ clean:
rm -rf ./build/*
rm -rf $(C_HEADERS)
rm -rf codata_version.h
rm -rf $(C_SRC)
rm -rf $(C_SRC) ./src/codata_version.c
# ---------------------------------------------------------------------

0 comments on commit b0d0099

Please sign in to comment.