rdesktop/Makefile
Matt Chapman 34f82f3e18 This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@3 423420c4-83ab-492f-b58f-81f9feb106b5
2000-05-10 07:36:34 +00:00

11 lines
354 B
Makefile

##############################################
# rdesktop: A Remote Desktop Protocol client #
# Linux Makefile #
# Copyright (C) Matthew Chapman 1999-2000 #
##############################################
SOURCES=client.c parse.c tcp.c iso.c mcs.c rdp.c bitmap.c
rdesktop: $(SOURCES)
@gcc -g -Wall -o rdesktop $(SOURCES)