Skip to content

Commit

Permalink
Makefile target for fale launcher (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
directionless authored Jan 14, 2020
1 parent f671040 commit cd636f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ ifneq ($(OS), Windows_NT)
endif
endif

fake-launcher: .pre-build
go run cmd/make/make.go -targets=launcher -linkstamp -fakedata
-rm build/darwin/launcher
mv build/launcher build/launcher-fake

all: build
build: launcher extension
.pre-build: ${BUILD_DIR}
Expand Down

0 comments on commit cd636f0

Please sign in to comment.