writec stuff, gitignore not working ;-(

This commit is contained in:
2019-06-17 16:20:21 +01:00
parent 2b84200f9e
commit 10365339df
4 changed files with 11 additions and 10 deletions

View File

@ -1,7 +1,8 @@
CFLAGS=-I/opt/bcm2835/include
CFLAGS=
LIBS=-lwiringPi
writec.so: writec.o /opt/bcm2835/lib/libbcm2835.a
$(LD) -shared -o $@ $^
writec.so: writec.o
$(LD) -shared $(LIBS) -o $@ $^
writec.o: writec.c