]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/blob - tests/tests_unix_fna/Makefile
Do not enter unnecessary subdirectories
[frescor/frsh-forb.git] / tests / tests_unix_fna / Makefile
1 include ../../config.mk
2 include ../../rules.mk
3
4 CFLAGS += -I$(FNA_PATH)/src_unix/
5 LDFLAGS += -L$(FNA_PATH)/lib -lunixfna -L$(FRSH_PATH)/lib -lfrsh -L$(FOSA_PATH)/lib -lfosa_$(PLATFORM) -lm -lfna
6
7 test_unix_address.exe: test_unix_address.c
8         $(CC) $< $(CFLAGS)