Skip to content

Commit

Permalink
replace k8055 library with https://github.com/jodersky/k8055
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed May 16, 2016
1 parent baabf3f commit cdfe2e0
Show file tree
Hide file tree
Showing 4 changed files with 620 additions and 644 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ all: %DESTDIR%/%libk8055%
%DESTDIR%/%libk8055%: libk8055%O%
%LD% %LDSHARED% %LDFLAGS% %LIBS% %LDOUT%%DESTDIR%/%libk8055% libk8055%O%

libk8055%O%: libk8055.c
%CC% -c %CCSHARED% %CCFLAGS% -DVERSION='"0.4.1"' %CCOUT% libk8055%O% libk8055.c
libk8055%O%: k8055.c
%CC% -c %CCSHARED% %CCFLAGS% -DVERSION='"0.4.1"' %CCOUT% libk8055%O% k8055.c
Loading

0 comments on commit cdfe2e0

Please sign in to comment.