summaryrefslogtreecommitdiff
path: root/makefile.lnx
blob: 8f9bcd3f35cea6d358ead4a20f0df32fe1cf37c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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