From 057f7ac151496b3b532fbe6e0824ce287d84054e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Mon, 19 Sep 2022 07:43:09 +0800 Subject: Move everything up, no more web dir --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..310bd37 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,4 @@ +bin_PROGRAMS = shopifyappd +shopifyappd_SOURCES = main.c +shopifyappd_CPPFLAGS = $(DEPS_CFLAGS) +shopifyappd_LDFLAGS = $(DEPS_LIBS) -ltoml -lshopify -- cgit v1.2.3