mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Pushed logging into sub-package to preserve windows client build
Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
parent
871f1e0dfa
commit
2f83d488d6
6 changed files with 236 additions and 28 deletions
10
logger/Makefile
Normal file
10
logger/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
.PHONY: clean all
|
||||
|
||||
EXE = $(notdir $(shell pwd))
|
||||
|
||||
all:
|
||||
go build .
|
||||
|
||||
clean:
|
||||
$(RM) $(EXE) $(EXE).exe
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue