From 11ab3cc687bfeb64e1bb223e4e690fe423e6a15c Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 2 Sep 2024 15:42:21 +0900 Subject: Draft slicer --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d768151 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +CXXFLAGS += -std=c++20 +LDFLAGS += -lcommon -linstructionAPI -lparseAPI # dyninst + +.PHONY: all clean +all: taosc + +clean: + rm taosc -- cgit 1.4.1