HLS_arbitrary_Precision_Types/examples/ap_int/Makefile
Yuanjie Huang 0d857f63a9 Add examples and update readme
This closes #1, and closes #2.
2019-02-25 14:47:32 +08:00

7 lines
102 B
Makefile

a.out: test.cpp
g++ -I../../include test.cpp -std=c++11
./a.out
.PHONY: clean
clean:
rm -rf a.out