Skip to content

Commit df5744e

Browse files
Fix Makefile typo
1 parent 1f3d2c7 commit df5744e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
OBJS= hc_db.o hc_http.o hc_clock.o hc_tty.o hc_nmea.o hc_broadcast.o hc_ntp.o houseclock.o
33

4-
SHARE=usr/local/share/house
4+
SHARE=/usr/local/share/house
55

66
all: houseclock
77

0 commit comments

Comments
 (0)