Skip to content

Commit

Permalink
examples/ci-tests make clean: remove some ignored files (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
joii2020 authored Mar 19, 2024
1 parent f72267f commit 032eecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/ci-tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ CFLAGS = -Wall -Werror -Wno-array-bounds
clean:
@cargo clean
@rm -rf ${TMP}
@rm -rf c/test-vector-default.c c/test-vector-simple.c c/tests-api.h c/tests-gen.h

tmpdir:
@if [ ! -d "${TARGET_TMP_DIR}" ]; then mkdir -p "${TARGET_TMP_DIR}"; fi
Expand Down

0 comments on commit 032eecc

Please sign in to comment.