X-Git-Url: https://git.wirehaze.ovh/graph-theory.git/blobdiff_plain/5638cc2d0dc28b74e32271de100952c0b305ef37..0cafaf72753a31d47e96bc8318b70ad8db215e6f:/Makefile diff --git a/Makefile b/Makefile index 90d603b..1af8984 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ CFLAGS := -I. \ -Wdouble-promotion \ -Wno-variadic-macros -objs := dfs.o graph/adj.o graph/pr.o -bin := dfs +objs := gt.o graph/adj.o graph/dfs.o graph/pr.o +bin := gt all : $(bin)