Sha256: abe890853fb990c2a085d30e8488f402a0934b0d549e4a41aeb47a16b1a0bb16
Contents?: true
Size: 287 Bytes
Versions: 1
Compression:
Stored size: 287 Bytes
Contents
test: clean test.o robot_tester.o g++ -o test test.o robot_tester.o ./test sharedlib: clean robot_tester.o g++ -shared -Wall -o librt.so robot_tester.o clean: rm -f *.o *.so test robot_tester.o: robot_tester.cpp g++ -Wall -c robot_tester.cpp test.o: test.cpp g++ -c test.cpp
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ga-0.1.2 | examples/Makefile |