Files
easywsclient/test/Makefile
T
2014-11-13 08:43:07 -05:00

12 lines
304 B
Makefile

CXXFLAGS = -std=gnu++1y -Wall -I..
LDLIBS = -lstdc++
.PHONY: all clean
test: easywsclient.t
node testServer.js & sleep 1 && ./easywsclient.t
clean:
-rm easywsclient.t *.o
vpath %.cpp ../
vpath %.hpp ../
easywsclient.t: easywsclient.t.o easywsclient.o
easywsclient.o: easywsclient.cpp easywsclient.hpp