aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2019-03-02 23:25:29 +1300
committerDavid Phillips <david@yeah.nah.nz>2019-03-02 23:25:29 +1300
commit1fddc966d25022ba3e198ab7100e500c4ce1450d (patch)
tree1cc76628f2a061d6ec236762a648711cd0f787dd
parent4982b556540b403a1411436ed398cc523653d82f (diff)
downloadclock-disp-1fddc966d25022ba3e198ab7100e500c4ce1450d.tar.xz
Rename from test to clock-disp
-rw-r--r--.gitignore2
-rw-r--r--Makefile2
-rw-r--r--clock-disp.c (renamed from test.c)0
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 9daeafb..eb35041 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-test
+clock-disp
diff --git a/Makefile b/Makefile
index 328ae10..231df95 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
include config.mk
-all: test
+all: clock-disp
diff --git a/test.c b/clock-disp.c
index c8d8c74..c8d8c74 100644
--- a/test.c
+++ b/clock-disp.c