diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | clock-disp.c (renamed from test.c) | 0 |
3 files changed, 2 insertions, 2 deletions
@@ -1 +1 @@ -test +clock-disp @@ -1,4 +1,4 @@ include config.mk -all: test +all: clock-disp |
![]() |
index : clock-disp | |
Application to run a digital wall clock on a GPS-synced Raspberry Pi 3 | David Phillips |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | clock-disp.c (renamed from test.c) | 0 |
@@ -1 +1 @@ -test +clock-disp @@ -1,4 +1,4 @@ include config.mk -all: test +all: clock-disp |