summary refs log tree commit diff
path: root/Makefile
blob: d7681518a1e80dc53780825c64c15b411991ca33 (plain) (blame)
1
2
3
4
5
6
7
8
CXXFLAGS += -std=c++20
LDFLAGS += -lcommon -linstructionAPI -lparseAPI # dyninst

.PHONY: all clean
all: taosc

clean:
	rm taosc