TARGETS = \
	toter-briefkasten toter-briefkasten_kurz \
	toter-briefkasten-sicher toter-briefkasten-sicher_kurz \
	escape-html escape-html_kurz \
	path_max path_max_kurz
CFLAGS = -g -Wall -Werror
CFLAGS += -pedantic -Wpointer-arith -Wstrict-prototypes
CFLAGS += -L/home/luthien/beruf/src/gateguardian/src/.libs
CFLAGS += -I/home/luthien/beruf/src/gateguardian/src

all: $(TARGETS)

$(TARGETS): % : %.c

clean:
	rm -f $(TARGETS)
