#17 remove some typo and unnecessary stuff

pull/32/head
Geoffrey Merck 4 years ago
parent 7f9e1930e8
commit 9cbe36059a

@ -6,11 +6,11 @@ dgwremotecontrol: ../VersionInfo/GitVersion.h $(OBJS) ../DStarBase/DStarBase.a .
$(CC) $(CPPFLAGS) -o dgwremotecontrol $(OBJS) ../DStarBase/DStarBase.a ../BaseCommon/BaseCommon.a $(LDFLAGS) $(CC) $(CPPFLAGS) -o dgwremotecontrol $(OBJS) ../DStarBase/DStarBase.a ../BaseCommon/BaseCommon.a $(LDFLAGS)
%.o : %.cpp %.o : %.cpp
$(CC) -I../APRS -I../Common -I../BaseCommon -I../DStarBase -I../IRCDDB -I../VersionInfo $(CPPFLAGS) -MMD -MD -c $< -o $@ $(CC) -I../APRS -I../Common -I../BaseCommon -I../DStarBase -I../VersionInfo -DCFG_DIR='"$(CFG_DIR)"' $(CPPFLAGS) -MMD -MD -c $< -o $@
.PHONY clean: .PHONY clean:
clean: clean:
$(RM) *.o *.d dgwremotecontrol.a $(RM) *.o *.d dgwremotecontrol
.PHONY install: .PHONY install:
install: dgwremotecontrol install: dgwremotecontrol

Loading…
Cancel
Save

Powered by TurnKey Linux.