1
0
Fork 0
forked from External/grumble

grumble, pkg/*: get rid of makefiles.

This commit is contained in:
Mikkel Krautz 2013-05-25 17:13:26 +02:00
parent c4e05027f8
commit 48765ff1e8
10 changed files with 0 additions and 168 deletions

View file

@ -1,7 +0,0 @@
include $(GOROOT)/src/Make.inc
TARG = grumble/cryptstate
GOFILES = \
cryptstate.go
include $(GOROOT)/src/Make.pkg

View file

@ -1,9 +0,0 @@
.PHONY: default
default:
g++ test.cpp CryptState.cpp -o test -lcrypto
g++ test2.cpp CryptState.cpp -o test2 -lcrypto
g++ test3.cpp CryptState.cpp -o test3 -lcrypto
.PHONY: clean
clean:
rm -f test test2 test3