summaryrefslogtreecommitdiff
path: root/Makefile
blob: b8545a99b22d8e743d2c43f64ae1937c2b243ec4 (plain)
  1. monkeyspheremain.c gnutls-helpers.o
  2. gcc -g -Wall --pedantic -o monkeysphere main.c `libgnutls-config --libs --cflags` -lgnutls-extra gnutls-helpers.o
  3. %.o: %.c
  4. gcc -g -Wall --pedantic -o $@ -c $<
  5. clean:
  6. rm -f monkeysphere *.o
  7. .PHONY: clean