diff --git a/Makefile b/Makefile index 7098c86..7d81f1a 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ include config.mk -include tests/chad.mk +include chad.mk SRC.dir:=source -OBJ.dir:=obj +OBJ.dir:=object SRC:=$(shell find ${SRC.dir} -iname '*.c') HDR:=$(shell find ${SRC.dir} -iname '*.h') diff --git a/tests/chad.mk b/chad.mk similarity index 100% rename from tests/chad.mk rename to chad.mk