From 7ededc16f36099acbfac457f8e4e268879b0ce62 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 16 Sep 2025 15:02:39 -0400 Subject: Finish up implementation of C++ library --- examples/Makefile | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 examples/Makefile (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile deleted file mode 100644 index 18bb7a5..0000000 --- a/examples/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -PROFILE?=release -build/read_conf: read_conf.c ../$(PROFILE)/libpom.a - @mkdir -p build - $(CC) -I.. -Wall -o $@ read_conf.c ../$(PROFILE)/libpom.a -- cgit v1.2.3