X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=makefile;h=1e4c1ec19a698680f3b6f0acfb1433d9ea0246ec;hp=a59466f71cd5fa3d01a302ce704a0899908669aa;hb=efd90a1b8a9d3bbb1bdd8e6ae41b3462e7193fb2;hpb=69f813b01bb0472f9ec5368b26a702bcc06f7e29 diff --git a/makefile b/makefile index a59466f..1e4c1ec 100644 --- a/makefile +++ b/makefile @@ -11,10 +11,10 @@ INCS := $(addprefix -I, include) TESTS := output/rcu_test output/list_test output/ht_test EXES := $(TESTS) -UTIL_SRCS := util/nbd.c util/rcu.c util/lwt.c util/CuTest.c util/mem.c -rcu_test_SRCS := $(UTIL_SRCS) -list_test_SRCS := $(UTIL_SRCS) struct/list.c -ht_test_SRCS := $(UTIL_SRCS) struct/ht.c struct/ht_test.c +RUNTIME_SRCS := runtime/runtime.c runtime/rcu.c runtime/lwt.c runtime/mem.c runtime/CuTest.c +rcu_test_SRCS := $(RUNTIME_SRCS) +list_test_SRCS := $(RUNTIME_SRCS) struct/list.c +ht_test_SRCS := $(RUNTIME_SRCS) struct/ht.c struct/ht_test.c tests: $(TESTS)