diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-09-27 15:06:31 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-09-27 15:06:31 +0100 |
commit | 3aee2fd43e3059a699af2b63c6f2395e5a55e515 (patch) | |
tree | 58c95505a0906ed9cfa694f9dbd319403fd8f01d /src/common.mk |
First commit on github -- NetBunch 1.0
Diffstat (limited to 'src/common.mk')
-rw-r--r-- | src/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.mk b/src/common.mk new file mode 100644 index 0000000..69414e6 --- /dev/null +++ b/src/common.mk @@ -0,0 +1 @@ +AM_CFLAGS= -I../include -O2 -std=c99 -Wall |