Integrate test_header in test_view_mail and various coding style modifications
[rmail.git] / src / applets / Makefile
blob19eaa1b3a575fafaf1e045d7565515944db60ef9
1 TOPDIR=$(shell pwd)
3 TARGETS = src
5 .PHONY: $(TARGETS) clean
7 all: $(TARGETS)
9 src:
10 $(MAKE) -C src
12 tests:
13 $(MAKE) -C tests PIXMAP_PATH=$(TOPDIR)/icons/
15 clean:
16 $(MAKE) -C src clean