summaryrefslogtreecommitdiff
path: root/tests/network/GNUmakefile
blob: 13dceb7ebf7d49c8a5688944dca5b15293c4eca2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TOPDIR = ../..

INCLUDE_DIRS = \
	-I$(TOPDIR)/include/wolf -I.

INCLUDE_LIBS = \
	$(TOPDIR)/src/libwolf.a

TEST_BINS = \
	test1$(EXE) \
	test2$(EXE)

-include $(TOPDIR)/makefiles/gmake/sub.mk

local_all:
	
local_clean:

local_distclean:

local_test: