Skip to content

Commit

Permalink
build: add changelog to distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschumann committed Jul 31, 2023
1 parent dc9611b commit f489fed
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 @@ -30,7 +30,7 @@ run: compile
$(APP_FILE)

resources:
cp $(HEADERS) $(LIB_FILE) README.md LICENSE.txt $(DIST_DIR)
cp $(HEADERS) $(LIB_FILE) README.md LICENSE.txt CHANGELOG.md $(DIST_DIR)

clean:
rm -rf $(BUILD_DIR)
Expand Down

0 comments on commit f489fed

Please sign in to comment.