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