Skip to content

Commit 6a1068d

Browse files
committed
delete using find flag
1 parent ab35e3f commit 6a1068d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ compile_src:
114114
find * -name "*.pxi" | grep "^pixie/" | xargs -L1 ./pixie-vm $(EXTERNALS_FLAGS) -c
115115

116116
clean_pxic:
117-
find * -name "*.pxic" | xargs --no-run-if-empty rm
117+
find * -name "*.pxic" -delete
118118

119119
clean: clean_pxic
120120
rm -rf ./lib

0 commit comments

Comments
 (0)