Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #65 from Mitchell-Riley/exe_name
Browse files Browse the repository at this point in the history
Fix executable name
  • Loading branch information
quarnster committed Sep 2, 2015
2 parents ed68e0b + 1b3245d commit 24f371b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Expand Up @@ -34,7 +34,7 @@ all: ../../parser $(PEGS) ../editor/archive_data.go completion
go run archive.go ${ARCHIVE_DATA}

completion: $(GENERATED)
go build -o completion ../
go build ../

test: completion
go test -tags=nolibclang github.com/quarnster/completion/...
Expand Down

0 comments on commit 24f371b

Please sign in to comment.