aboutsummaryrefslogtreecommitdiffstats
path: root/ste/example
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov@twistea.su>2025-04-01 08:27:33 +0300
committerjustanothercatgirl <sotov@twistea.su>2025-04-01 21:52:34 +0300
commit588976a9a16eaa0f1b694587b459b2b264e5fe49 (patch)
tree83a4fe728384fc3a003cda9c17064831c84708ec /ste/example
parenta5f1cb5ce34f31b9c46de94e55b5f85d571b792f (diff)
added -o flag to STEHEADmaster
Diffstat (limited to 'ste/example')
-rw-r--r--ste/example/Makefile2
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