Skip to content

Commit

Permalink
Do not embed files when run with "make run"
Browse files Browse the repository at this point in the history
  • Loading branch information
ironsmile committed Mar 25, 2023
1 parent 3215bdf commit 29c2201
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 @@ -27,4 +27,4 @@ dist-archive:

# Start euterpe after building it from source.
run:
go run --tags "sqlite_icu" main.go -D
go run --tags "sqlite_icu" main.go -D -local-fs

0 comments on commit 29c2201

Please sign in to comment.