]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/blob - src/fna/tests/tests_rtep_fna/Makefile
Add 'src/fna/' from commit '493e9e8be9c3761691b96e8366d036d6b3c314fb'
[frescor/frsh-forb.git] / src / fna / tests / tests_rtep_fna / Makefile
1 .PHONY: tests
2 include ../../config.mk
3 include ../../rules.mk
4
5 EXES := $(patsubst %.c,%.exe,$(wildcard *.c))
6
7 tests: $(EXES)
8