mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
add two new .cpp files
This commit is contained in:
parent
3d54ec402a
commit
02588f6244
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
|
||||
SRC = xwrelay.cpp
|
||||
SRC = xwrelay.cpp cref.cpp ctrl.cpp
|
||||
LDFLAGS += -lpthread -g
|
||||
|
||||
all: xwrelay
|
||||
|
@ -24,4 +24,4 @@ all: xwrelay
|
|||
xwrelay: $(SRC)
|
||||
|
||||
clean:
|
||||
rm -f xwrelay
|
||||
rm -f xwrelay *.o
|
||||
|
|
Loading…
Reference in a new issue