From 1359aeaf41c82f3f9783273afd9e7d472df2594b Mon Sep 17 00:00:00 2001 From: ukw Date: Wed, 26 May 2010 09:17:25 +0000 Subject: [PATCH] Version 1.4.0: Added Grundig + Nokia protocol git-svn-id: svn://mikrocontroller.net/irmp@16 aeb2e35e-bfc4-4214-b83c-9e8de998ed28 --- makefile.lnx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 makefile.lnx diff --git a/makefile.lnx b/makefile.lnx new file mode 100644 index 0000000..8f9bcd3 --- /dev/null +++ b/makefile.lnx @@ -0,0 +1,18 @@ +#---------------------------------------------------------------------------- +# Makefile for Linux +# +# usage: +# +# make -f makefile.lnx [irmp] [irsnd] +# +# Copyright (c) 2010 Frank Meyer - frank(at)fli4l.de +# +# $Id: makefile.lnx,v 1.3 2010/05/26 08:34:30 fm Exp $ +#---------------------------------------------------------------------------- +all: irmp irsnd + +irmp: irmp.c irmp.h irmpconfig.h + cc -Wall irmp.c -o irmp + +irsnd: irsnd.c irsnd.h irmp.h irsndconfig.h + cc -Wall irsnd.c -o irsnd -- 2.39.2