Initial commit

This commit is contained in:
2020-02-06 08:58:11 +01:00
commit d82c8a2047
7 changed files with 347 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#
# Makefile.conf.x86-64
#
ARCH := x86-64
AR := ar
CC := g++
STRIP := strip
OBJCOPY := objcopy
LFLAGS += -lmysqlclient