Skip to content

Commit c6b1293

Browse files
Add the Makefile for the new modules.
1 parent dd3a905 commit c6b1293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
OBJS= hc_clock.o hc_nmea.o hc_broadcast.o hc_ntp.o houseclock.o
2+
OBJS= hc_db.o hc_http.o hc_clock.o hc_nmea.o hc_broadcast.o hc_ntp.o houseclock.o
33

44
all: houseclock
55

@@ -20,5 +20,5 @@ clean:
2020
gcc -c -g -O -o $@ $<
2121

2222
houseclock: $(OBJS)
23-
gcc -g -O -o houseclock $(OBJS)
23+
gcc -g -O -o houseclock $(OBJS) -lechttp -lrt
2424

0 commit comments

Comments
 (0)