diff options
| author | Paul Kocialkowski <contact@paulk.fr> | 2012-08-12 23:06:21 +0200 |
|---|---|---|
| committer | Paul Kocialkowski <contact@paulk.fr> | 2012-08-12 23:06:21 +0200 |
| commit | b153cbd84327b97c6d1f7eacad52dab79e0c2d7e (patch) | |
| tree | 0750b710a83b3bfe810b8d49b091ff6268495af0 /Makefile | |
| parent | e4f94e901b9b4c5fef5642ad9580863fc2bfe336 (diff) | |
| download | bcm4751-b153cbd84327b97c6d1f7eacad52dab79e0c2d7e.tar.gz bcm4751-b153cbd84327b97c6d1f7eacad52dab79e0c2d7e.tar.bz2 bcm4751-b153cbd84327b97c6d1f7eacad52dab79e0c2d7e.zip | |
Created clean new BCM4751 gpsd code that works and prints the read data
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index eb48aed..0000000 --- a/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -all: gps-test-crespo - -gps-test-crespo: bcm4751_test.c - $(CC) -o $@ $^ -clean: - rm -f gps-test-crespo |
