Skip to content

Commit

Permalink
Remove RemoteCommandDMRG, as RemoteCommand from MMDVMHost's PR now wo…
Browse files Browse the repository at this point in the history
…rks with DMRGatway too.
  • Loading branch information
f1rmb committed Mar 22, 2021
1 parent 41a49d5 commit 579db99
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 150 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ all: DMRGateway
DMRGateway: GitVersion.h $(OBJECTS)
$(CXX) $(OBJECTS) $(CFLAGS) $(LIBS) -o DMRGateway

RemoteCommandDMRG: Log.o RemoteCommandDMRG.o UDPSocket.o
$(CXX) Log.o RemoteCommandDMRG.o UDPSocket.o $(CFLAGS) $(LIBS) -o RemoteCommandDMRG

%.o: %.cpp
$(CXX) $(CFLAGS) -c -o $@ $<

Expand Down
111 changes: 0 additions & 111 deletions RemoteCommandDMRG.cpp

This file was deleted.

36 changes: 0 additions & 36 deletions RemoteCommandDMRG.h

This file was deleted.

0 comments on commit 579db99

Please sign in to comment.