remove make warning "building for linux" (#1389)

This commit is contained in:
mmetc 2022-03-24 14:23:51 +01:00 committed by GitHub
parent 2c4edac28b
commit aef62f74f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View file

@ -2,6 +2,4 @@
#
Make=gmake
GOOS=freebsd
$(warning Building for freebsd)

View file

@ -2,4 +2,3 @@
MAKE=make
$(warning Building for linux)