source: skype/Makefile @ 0c60f96

Last change on this file since 0c60f96 was 0c60f96, checked in by VMiklos <vmiklos@…>, at 2007-08-20T16:45:05Z

converted README to asciidoc

  • Property mode set to 100644
File size: 274 bytes
Line 
1CFLAGS += $(shell pkg-config --cflags bitlbee) -g -Wall
2LDFLAGS += $(shell pkg-config --libs bitlbee)
3
4skype.so: skype.c
5        gcc -o skype.so -shared skype.c $(CFLAGS)
6
7clean:
8        rm -f skype.so
9
10doc:
11        ln -s README HEADER.txt
12        asciidoc -a toc -a numbered HEADER.txt
13        rm HEADER.txt
Note: See TracBrowser for help on using the repository browser.