]> Git repositories of Nishi - repoview.git/commitdiff
linux support
authorNishi <nishi@nishi.boats>
Wed, 21 Aug 2024 17:11:39 +0000 (17:11 +0000)
committerNishi <nishi@nishi.boats>
Wed, 21 Aug 2024 17:11:39 +0000 (17:11 +0000)
git-svn-id: file:///raid/svn-personal/repoview/trunk@25 7e8b2a19-8934-dd40-8cb3-db22cdd5a80f

Platform/linux.mk [new file with mode: 0644]

diff --git a/Platform/linux.mk b/Platform/linux.mk
new file mode 100644 (file)
index 0000000..128488d
--- /dev/null
@@ -0,0 +1,6 @@
+# $Id: generic.mk 3 2024-08-20 21:05:24Z nishi $
+
+CC = cc
+CFLAGS = -std=c99 -D_DEFAULT_SOURCE
+LDFLAGS =
+LIBS = -lcrypto