initial import
[monkeysphere.git] / Makefile
1 monkeysphere: main.c
2         gcc -g -Wall --pedantic -o monkeysphere main.c `libgnutls-config --libs --cflags` -lgnutls-extra
3
4 clean: 
5         rm monkeysphere