diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-19 07:43:09 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-19 07:43:09 +0800 |
| commit | 057f7ac151496b3b532fbe6e0824ce287d84054e (patch) | |
| tree | 535c8872aae62b6063ed4f66ad9387a4f4c77287 /web/Makefile.am | |
| parent | 603d4f0f85cac6942996c2c1f74672bd2c562e27 (diff) | |
Move everything up, no more web dir
Diffstat (limited to 'web/Makefile.am')
| -rw-r--r-- | web/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web/Makefile.am b/web/Makefile.am deleted file mode 100644 index 310bd37..0000000 --- a/web/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -bin_PROGRAMS = shopifyappd -shopifyappd_SOURCES = main.c -shopifyappd_CPPFLAGS = $(DEPS_CFLAGS) -shopifyappd_LDFLAGS = $(DEPS_LIBS) -ltoml -lshopify |