initBasti / ScanAndShipTool (public) (License: GPLv3) (since 2019-05-08) (hash sha1)
A tool to simplify the shipping process of goods from a plentymarkets ERP to Amazon FBA.

/Makefile (6ac98b1857fc008e933d4eadbd024f106ec6c63a) (315 bytes) (mode 100644) (type blob)

CC = gcc

CFLAGS = -Wall -Wextra -pedantic

GTKLIBS = `pkg-config --cflags --libs gtk+-3.0`
TESTLIB = -lcheck

TARGET = build

SRCDIR = src
TESTDIR = tests

SOURCES = scangui.c

SRCS = $(addprefix $(SRCDIR)/,$(SOURCES))

$(TARGET): $(SRCS)
	$(CC) -o $@ $^ $(CFLAGS) $(GTKLIBS)

all: $(TARGET)

clean:
	rm $(TARGET)


Mode Type Size Ref File
100644 blob 0 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 .gitignore
100644 blob 315 6ac98b1857fc008e933d4eadbd024f106ec6c63a Makefile
100644 blob 138 53ce8aadbf259a5b66b36932047aecc8d874c757 README.md
040000 tree - a6ea5d94c1adef74f9ff2c84a5801ee118749d76 src
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/initBasti/ScanAndShipTool

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/initBasti/ScanAndShipTool

Clone this repository using git:
git clone git://git.rocketgit.com/user/initBasti/ScanAndShipTool

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main