3cb8bf44e6
This will allow adding more modes without options conflict. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45443
7 lines
73 B
Makefile
7 lines
73 B
Makefile
all: otrx
|
|
|
|
otrx:
|
|
$(CC) $(CFLAGS) -o $@ otrx.c -Wall
|
|
|
|
clean:
|
|
rm -f otrx
|