summaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
new file mode 100644
index 0000000..eb48aed
--- /dev/null
+++ b/utils/Makefile
@@ -0,0 +1,6 @@
+all: gps-test-crespo
+
+gps-test-crespo: bcm4751_test.c
+ $(CC) -o $@ $^
+clean:
+ rm -f gps-test-crespo