summaryrefslogtreecommitdiff
path: root/makefile.lnx
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.lnx')
-rw-r--r--makefile.lnx18
1 files changed, 18 insertions, 0 deletions
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