summaryrefslogtreecommitdiff
path: root/schulung_tools/rtex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'schulung_tools/rtex/Makefile')
-rw-r--r--schulung_tools/rtex/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/schulung_tools/rtex/Makefile b/schulung_tools/rtex/Makefile
new file mode 100644
index 0000000..330bc01
--- /dev/null
+++ b/schulung_tools/rtex/Makefile
@@ -0,0 +1,7 @@
+rtex: main.c func.c rt.c
+ gcc -O0 $+ -o$@
+
+clean:
+ rm -f rtex
+
+.PHONY: clean