summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
new file mode 100644
index 0000000..3cb72c9
--- /dev/null
+++ b/tools/Makefile
@@ -0,0 +1,4 @@
+all: clkcalc
+
+clkcalc: clkcalc.c
+ gcc clkcalc.c -o clkcalc \ No newline at end of file