Skip to content

Commit

Permalink
clean files
Browse files Browse the repository at this point in the history
  • Loading branch information
DonAurelio committed Oct 31, 2023
1 parent d85c707 commit 29ee8e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hip/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ EXTRA_DIST = \
btx_interval_model.yaml \
btx_matching_model.yaml

CLEANFILES = \
babeltrace_to_metababel_model.rb \
btx_model.yaml

babeltrace_to_metababel_model.rb: $(top_srcdir)/utils/babeltrace_to_metababel_model.rb
cp $< $@

Expand Down Expand Up @@ -194,7 +198,7 @@ hip_api.yaml: $(srcdir)/extract_hip.rb $(HIP_EXTRACT) $(MODIFIED_HIP_HDR) $(srcd
HIP_EXTRACTED = \
hip_api.yaml

CLEANFILES = \
CLEANFILES += \
$(HIP_EXTRACTED)

EXTRA_DIST += \
Expand Down

0 comments on commit 29ee8e4

Please sign in to comment.