view src/Makefile @ 11:38184ef1296d

Make TIME call agree with spec Time call spec wants months in the range 1-12. Make the code agree with the spec.
author William Astle <lost@l-w.ca>
date Thu, 04 Aug 2016 12:50:12 -0600
parents 36c4cda4b6c4
children f8226a33698d
line wrap: on
line source

CFLAGS += -Wall
LDLIBS += -ldl -rdynamic

all: lwwire lwwire-serial lwwire-pingpong.so

%.so: %.c
	$(CC) $(CPPFLAGS) $(CFLAGS) -fPIC -shared -o $@ $<