Skip to content

Commit

Permalink
Update profile target
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoNex committed Oct 27, 2023
1 parent 5d6701c commit 1bcb84a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ install: all
mv tau /usr/bin

profile:
@go build profile.go
@./profile
@rm profile
CC=$(CC) CGO_CFLAGS="$(CFLAGS)" CGO_LDFLAGS="$(LDFLAGS)" go build profile.go

run: all
./tau

0 comments on commit 1bcb84a

Please sign in to comment.