diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-05-31 17:08:09 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-05-31 17:38:33 +0100 |
commit | a88ad680422949dfe2d16a544a529649c6d07109 (patch) | |
tree | df4d9463a099d4b87cd0f201f80db5c5d628ffad /scripts/clean | |
parent | 13ceac75a8ed37ddc02df2b41627329c4da24b04 (diff) | |
download | pack-a88ad680422949dfe2d16a544a529649c6d07109.tar.gz pack-a88ad680422949dfe2d16a544a529649c6d07109.tar.xz pack-a88ad680422949dfe2d16a544a529649c6d07109.zip |
Update build system to the latest luiml version
Diffstat (limited to 'scripts/clean')
-rwxr-xr-x | scripts/clean | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/clean b/scripts/clean deleted file mode 100755 index 42574c9..0000000 --- a/scripts/clean +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -find . \( -name '*.d' -o -name '*.o' -o -name '*.inc' -o -name 'test_gen' -o -name 'test' \) -delete |