Skip to content

Commit

Permalink
Try some bullshit for GitHub's weird defective make
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Oct 18, 2022
1 parent 97ee13e commit e8a7bfb
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
@@ -1,4 +1,4 @@
VERSION := $(shell cat CHANGELOG.md | grep '^##' | head -n1 | tr -d '# ')
VERSION := $(shell cat CHANGELOG.md | grep '^\#\#' | head -n1 | tr -d '\# ')

# Remove blank lines from beginning and end of file
# https://unix.stackexchange.com/a/552198
Expand Down

0 comments on commit e8a7bfb

Please sign in to comment.