aboutsummaryrefslogtreecommitdiffstats
path: root/ste/example
diff options
context:
space:
mode:
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