mirror of
https://github.com/RPCS3/cereal.git
synced 2024-11-23 19:29:45 +00:00
3 lines
58 B
Makefile
3 lines
58 B
Makefile
|
all: test.cpp cereal.hpp
|
||
|
g++ -std=c++0x test.cpp -o test
|