summaryrefslogtreecommitdiff
path: root/Makefile
blob: f3576b1b453d6df3a22b1af14345c8064dfc2098 (plain)
  1. monkeyspheremain.c
  2. gcc -g -Wall --pedantic -o monkeysphere main.c `libgnutls-config --libs --cflags` -lgnutls-extra
  3. clean:
  4. rm monkeysphere
  5. .PHONY: clean