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