diff options
author | pommicket <pommicket@gmail.com> | 2025-09-16 15:02:39 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-16 15:02:39 -0400 |
commit | 7ededc16f36099acbfac457f8e4e268879b0ce62 (patch) | |
tree | 35543f851383a5002566b3b0a8ea5f38d97e94c7 /examples/Makefile | |
parent | 76f68d6c93b55f9cd96a369bf2e5785ed16fa184 (diff) |
Finish up implementation of C++ library
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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 |