source: skype/Makefile @ f06e3ac

Last change on this file since f06e3ac was f06e3ac, checked in by VMiklos <vmiklos@…>, at 2007-08-19T13:37:45Z

initial commit

  • Property mode set to 100644
File size: 136 bytes
Line 
1CFLAGS += $(shell pkg-config --cflags bitlbee) -g
2
3skype.so: skype.c
4        gcc -o skype.so -shared skype.c $(CFLAGS)
5
6clean:
7        rm -f skype.so
Note: See TracBrowser for help on using the repository browser.