diff options
author | justanothercatgirl <sotov@twistea.su> | 2025-04-01 08:27:33 +0300 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2025-04-01 21:52:34 +0300 |
commit | 588976a9a16eaa0f1b694587b459b2b264e5fe49 (patch) | |
tree | 83a4fe728384fc3a003cda9c17064831c84708ec /ste/example | |
parent | a5f1cb5ce34f31b9c46de94e55b5f85d571b792f (diff) |
Diffstat (limited to 'ste/example')
-rw-r--r-- | ste/example/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ste/example/Makefile b/ste/example/Makefile index f8a6ef4..f9053d7 100644 --- a/ste/example/Makefile +++ b/ste/example/Makefile @@ -12,3 +12,5 @@ ste: ../ste.c main: main.c tmpl.c $(CC) -o $@ $< +clean: + $(RM) ste main tmpl.c |