Skip to content

Commit

Permalink
Simplify makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLester committed Jul 4, 2023
1 parent 59d81ba commit ef8d61f
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 @@ -6,4 +6,4 @@ all:
go build -o bin/ntpal github.com/AndrewLester/ntpal/cmd/ntpal && go build -o bin/ntpal-report github.com/AndrewLester/ntpal/cmd/ntpal-report

clean:
rm bin/ntpal; rm bin/ntpal-report
rm -rf bin

0 comments on commit ef8d61f

Please sign in to comment.