From ace6dab57a3f57144ef9e3904a047d6ee8991982 Mon Sep 17 00:00:00 2001 From: Stephen Toth Date: Sun, 24 Sep 2023 15:34:12 -0400 Subject: [PATCH] fixup for build options --- .gitignore | 3 +++ Makefile | 2 +- bin/.gitkeep | 1 + build/.gitkeep | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 bin/.gitkeep create mode 100644 build/.gitkeep diff --git a/.gitignore b/.gitignore index 2cc53c9..8f17c31 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Ignore the build and lib dirs build/* + testing/*.lp #lib/* @@ -8,3 +9,5 @@ bin/* # Ignore temp editor files *.swp + +!.gitkeep \ No newline at end of file diff --git a/Makefile b/Makefile index e170ebe..aac47d2 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ SRCEXT := c SOURCES := $(shell find $(SRCDIR) -type f -name *.$(SRCEXT)) OBJECTS := $(patsubst $(SRCDIR)/%,$(BUILDDIR)/%,$(SOURCES:.$(SRCEXT)=.o)) CFLAGS := -lreadline -LIB := -L lib -lreadline +LIB := -L lib -lutil -lreadline INC := -I include $(TARGET): $(OBJECTS) diff --git a/bin/.gitkeep b/bin/.gitkeep new file mode 100644 index 0000000..9c558e3 --- /dev/null +++ b/bin/.gitkeep @@ -0,0 +1 @@ +. diff --git a/build/.gitkeep b/build/.gitkeep new file mode 100644 index 0000000..9c558e3 --- /dev/null +++ b/build/.gitkeep @@ -0,0 +1 @@ +.