Skip to content

Commit

Permalink
Add version to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalw committed Jul 27, 2022
1 parent 10f0894 commit f54286f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
VERSION := v1.0.0-beta.4
SRC_FILES := $(shell find src -name '*.sh' -o -name '*.png')
NEXT_WAKEUP_SRC_FILES := $(shell find src/next-wakeup/src -name '*.rs')
TARGET_FILES := $(SRC_FILES:src/%=dist/%)
Expand Down

0 comments on commit f54286f

Please sign in to comment.