1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00
thalos/Makefile
2022-01-17 13:45:25 +01:00

11 lines
124 B
Makefile

GO=go
PROGRAM=build/eosio-ship-trace-reader
.PHONY: $(PROGRAM)
$(PROGRAM) :
$(GO) build -o $@
clean :
$(RM) -fr build