HLS_arbitrary_Precision_Types/examples/ap_int/Makefile

8 lines
102 B
Makefile
Raw Normal View History

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