From 251a81ef433586824c20e2e561435c9b479b242f Mon Sep 17 00:00:00 2001 From: Ansa89 Date: Tue, 24 Jun 2014 17:37:11 +0200 Subject: [PATCH] Create cfg directory --- cfg/Linux.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cfg/Linux.mk diff --git a/cfg/Linux.mk b/cfg/Linux.mk new file mode 100644 index 0000000..e77fe25 --- /dev/null +++ b/cfg/Linux.mk @@ -0,0 +1,3 @@ +# Specials options for linux systems +CFLAGS += +LDFLAGS += -ldl -lresolv