X-Git-Url: https://tinc-vpn.org/git/browse?p=fides;a=blobdiff_plain;f=Makefile;fp=Makefile;h=0000000000000000000000000000000000000000;hp=a7a4bd6b993fe400c0ef4dc74eafd48ca3b10058;hb=811b273f857703f489875376f188f1fc21b7e850;hpb=4887fb5f75d884730370a1963ee3a6f18dc39b94 diff --git a/Makefile b/Makefile deleted file mode 100644 index a7a4bd6..0000000 --- a/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -all: fides - -CFLAGS ?= -Wall -g -O0 -LDFLAGS ?= -Wall -g -O0 - -fides: fides.o - $(CXX) $(LDFLAGS) -o $@ $< -lbotan - -%.o: %.cc %.h - $(CXX) $(CFLAGS) -g -c -Wall -o $@ $< - -clean: - rm -f *.o fides